From fdfc624414c149b2b4f20a6f8bf080b4f2ffb195 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 16 Sep 2010 15:21:54 +0200 Subject: [PATCH] Update string comparision in perl module test --- perl-module/t/Pspp.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-module/t/Pspp.t b/perl-module/t/Pspp.t index d2d473d220..fce5b74dd2 100644 --- a/perl-module/t/Pspp.t +++ b/perl-module/t/Pspp.t @@ -533,7 +533,7 @@ SYNTAX ok ( !ref $sf, "Returns undef on opening failure"); - ok ("$PSPP::errstr" eq "Error opening \"$tempdir/no-such-file.sav\" for reading as a system file: No such file or directory.", + ok ("$PSPP::errstr" eq "Error opening `$tempdir/no-such-file.sav' for reading as a system file: No such file or directory.", "Error string on open failure"); } -- 2.30.2