projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e4d43
)
Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
author
Steve Peters
<steve@fisharerojo.org>
Wed, 18 Jan 2006 13:32:09 +0000
(13:32 +0000)
committer
Steve Peters
<steve@fisharerojo.org>
Wed, 18 Jan 2006 13:32:09 +0000
(13:32 +0000)
VMS as well.
p4raw-id: //depot/perl@26900
ext/Digest/SHA/t/2-nist-sha-oo.t
patch
|
blob
|
history
diff --git
a/ext/Digest/SHA/t/2-nist-sha-oo.t
b/ext/Digest/SHA/t/2-nist-sha-oo.t
index
7af2edb
..
e0e363b
100644
(file)
--- a/
ext/Digest/SHA/t/2-nist-sha-oo.t
+++ b/
ext/Digest/SHA/t/2-nist-sha-oo.t
@@
-30,7
+30,7
@@
ok(Digest::SHA->new($NSA), undef);
# test OO methods using first two SHA-256 vectors from NIST
-my $temp =
dirname($0) . "/oo.tmp"
;
+my $temp =
File::Spec->catfile(dirname($0), "oo.tmp")
;
my $file = File::Spec->canonpath($temp);
open(FILE, ">$file");
binmode(FILE);