Consolidate quoting style in printed strings.
[pspp] / tests / perl-module.at
index 2be037066c933691e2417758001a09db7e1515ef..115f2a8d20e714f8b644f150df9c1c3c9609210c 100644 (file)
@@ -620,7 +620,7 @@ AT_DATA([test.pl],
     print $PSPP::errstr, "\n";
 ]])
 AT_CHECK([RUN_PERL_MODULE test.pl], [0],
-  [[Error opening "no-such-file.sav" for reading as a system file: No such file or directory.
+  [[Error opening `no-such-file.sav' for reading as a system file: No such file or directory.
 ]],
   [[Name "PSPP::errstr" used only once: possible typo at test.pl line 8.
 ]])