diff options
author | Jarkko Hietaniemi <jhi@alpha.hut.fi> | 1996-10-07 22:03:00 +0300 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-10-07 22:03:00 +0300 |
commit | 652ed9f85cf20840d0aa50601179bf6c68162d78 (patch) | |
tree | f76214efa1cc385baa367504a8b020dfd75f0e6c /t/op/magic.t | |
parent | adbc4883981bd72668d5f916aaa743a7ff6c8c71 (diff) | |
download | perl-652ed9f85cf20840d0aa50601179bf6c68162d78.tar.gz |
LC_COLLATE.
Big patch to add, document, and test LC_COLLATE support.
Diffstat (limited to 't/op/magic.t')
-rwxr-xr-x | t/op/magic.t | 2 |
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"; } } |