X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Ft%2FPspp.t;fp=perl-module%2Ft%2FPspp.t;h=c2c9dbde0aa3f8e0578f771b1114e9a61ad5e205;hb=63c7521729b947ace9e192dff9330813ecfb5812;hp=3f8a711a34d8144212d2dc05345fea7a5d7ff335;hpb=7eeac30440dc09a42ee869b69263a8879bbb3ff8;p=pspp diff --git a/perl-module/t/Pspp.t b/perl-module/t/Pspp.t index 3f8a711a34..c2c9dbde0a 100644 --- a/perl-module/t/Pspp.t +++ b/perl-module/t/Pspp.t @@ -522,7 +522,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 "An error occurred while opening `$tempdir/no-such-file.sav': No such file or directory.", "Error string on open failure"); }