diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-16 08:54:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-16 08:54:52 +0000 |
commit | 76272609c2f820b80f38c84d5dc838bbbbf9a3de (patch) | |
tree | f331b4fba33eeedd6301d95e53692b70028a61e0 /tests/ls/infloop | |
parent | ebce0d1decfe196fdb06ec95e2c9deecc6bdba13 (diff) | |
download | coreutils-76272609c2f820b80f38c84d5dc838bbbbf9a3de.tar.xz |
Use `head -n 7', not `head -7'.
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 69ecba4d6..1842c5bc4 100755 --- a/tests/ls/infloop +++ b/tests/ls/infloop @@ -27,7 +27,7 @@ fi fail=0 -ls -RL loop 2>err | head -7 > out +ls -RL loop 2>err | head -n 7 > out # With an inf-looping ls, out will contain these 7 lines: cat <<EOF > bad loop: |