diff options
-rwxr-xr-x | tests/rm/rm3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rm/rm3 b/tests/rm/rm3 index 0f0bce83b..d0a87d8cc 100755 --- a/tests/rm/rm3 +++ b/tests/rm/rm3 @@ -49,6 +49,8 @@ EOF # Both of these should fail. rm -ir z < in > out 2>&1 || fail=1 +# The following loses with Tru64's sed, since that sed mistakenly +# tacks a newline onto the end of the file. tr '?' '\012' < out |sed 's/^ //' |sort > o2 mv o2 out |