diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-01 15:54:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-01 15:54:36 +0000 |
commit | 85431d93ed0a14f115cf0c82181f4c388f932093 (patch) | |
tree | 7febeca47806c320744ca8492b7b5c002b57e528 /tests/ls/infloop | |
parent | 186af758eb4f4502cdc30cd60f4f6af0bc298777 (diff) | |
download | coreutils-85431d93ed0a14f115cf0c82181f4c388f932093.tar.xz |
Redirect cmp's stderr to /dev/null.
Diffstat (limited to 'tests/ls/infloop')
-rwxr-xr-x | tests/ls/infloop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/infloop b/tests/ls/infloop index 11c2d9bd5..69ecba4d6 100755 --- a/tests/ls/infloop +++ b/tests/ls/infloop @@ -39,6 +39,6 @@ sub loop/sub/sub: EOF -cmp out bad && fail=1 +cmp out bad 2>/dev/null && fail=1 (exit $fail); exit |