From: John Darrington Date: Thu, 16 Sep 2010 13:21:54 +0000 (+0200) Subject: Update string comparision in perl module test X-Git-Tag: sav-api~41 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=fdfc624414c149b2b4f20a6f8bf080b4f2ffb195 Update string comparision in perl module test --- 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"); }