summaryrefslogtreecommitdiff
path: root/t/op/magic.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@alpha.hut.fi>1996-10-07 22:03:00 +0300
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-10-07 22:03:00 +0300
commit652ed9f85cf20840d0aa50601179bf6c68162d78 (patch)
treef76214efa1cc385baa367504a8b020dfd75f0e6c /t/op/magic.t
parentadbc4883981bd72668d5f916aaa743a7ff6c8c71 (diff)
downloadperl-652ed9f85cf20840d0aa50601179bf6c68162d78.tar.gz
LC_COLLATE.
Big patch to add, document, and test LC_COLLATE support.
Diffstat (limited to 't/op/magic.t')
-rwxr-xr-xt/op/magic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/magic.t b/t/op/magic.t
index b43f71c809..b46dade75d 100755
--- a/t/op/magic.t
+++ b/t/op/magic.t
@@ -30,7 +30,7 @@ system './perl', '-e', <<'END';
print "ok 3\n";
}
else {
- print "not ok 3 $a\n";
+ print "not ok 3 ($x @_)\n";
}
}