Add support for reading SPSS/PC+ system files.
[pspp] / tests / perl-module.at
index e8b9524b1c7946a0877a79e71ef2f90c9bf34a7c..5424d10324b43cced565710b415258a5a789df28 100644 (file)
@@ -571,7 +571,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.
+  [[An error occurred while opening `no-such-file.sav': No such file or directory.
 ]],
   [[Name "PSPP::errstr" used only once: possible typo at test.pl line 8.
 ]])