From 76272609c2f820b80f38c84d5dc838bbbbf9a3de Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Feb 2002 08:54:52 +0000 Subject: Use `head -n 7', not `head -7'. --- tests/ls/infloop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 < bad loop: -- cgit v1.2.3-54-g00ecf