Update string comparision in perl module test
[pspp] / 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");
 }