projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e21d88
)
Update string comparision in perl module test
author
John Darrington
<john@darrington.wattle.id.au>
Thu, 16 Sep 2010 13:21:54 +0000
(15:21 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Thu, 16 Sep 2010 13:21:54 +0000
(15:21 +0200)
perl-module/t/Pspp.t
patch
|
blob
|
history
diff --git
a/perl-module/t/Pspp.t
b/perl-module/t/Pspp.t
index d2d473d2209718fe3669464d0f100fe4bb7f28bc..fce5b74dd2eede1a4d472563cbb4413b359772fa 100644
(file)
--- a/
perl-module/t/Pspp.t
+++ b/
perl-module/t/Pspp.t
@@
-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");
}