Update string comparision in perl module test 20100917040503/pspp 20100918040503/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 16 Sep 2010 13:21:54 +0000 (15:21 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 16 Sep 2010 13:21:54 +0000 (15:21 +0200)
perl-module/t/Pspp.t

index d2d473d2209718fe3669464d0f100fe4bb7f28bc..fce5b74dd2eede1a4d472563cbb4413b359772fa 100644 (file)
@@ -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");
 }