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:
658bbd6
)
cosmetics
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 3 Mar 2000 01:51:53 +0000
(
01:51
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 3 Mar 2000 01:51:53 +0000
(
01:51
+0000)
p4raw-id: //depot/cfgperl@5461
t/op/pack.t
patch
|
blob
|
history
diff --git
a/t/op/pack.t
b/t/op/pack.t
index
691a1a4
..
09c566e
100755
(executable)
--- a/
t/op/pack.t
+++ b/
t/op/pack.t
@@
-21,7
+21,7
@@
$out1=join(':',@ary);
$out2=join(':',@ary2);
# Using long double NVs may introduce greater accuracy than wanted.
$out1 =~ s/:9\.87654321097999\d*:/:9.87654321098:/;
-
$out2 =~ s/:9\.87654321097999\d*:/:9.87654321098:/;
+$out2 =~ s/:9\.87654321097999\d*:/:9.87654321098:/;
print ($out1 eq $out2? "ok 2\n" : "not ok 2\n");
print ($foo =~ /def/ ? "ok 3\n" : "not ok 3\n");