From 8f4b3c1b4fc9551de8ffd3b784cc764bacae04d0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 19 Dec 2003 13:15:23 +0000 Subject: [PATCH] Use ls's -1 option in both runs. --- tests/ls/no-arg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ls/no-arg b/tests/ls/no-arg index 9f68eefd98..f36bb0edf8 100755 --- a/tests/ls/no-arg +++ b/tests/ls/no-arg @@ -32,7 +32,7 @@ fi fail=0 -ls > out || fail=1 +ls -1 > out || fail=1 cmp out exp || fail=1 test $fail = 1 && diff out exp 2> /dev/null @@ -51,7 +51,7 @@ subdir file2 EOF -ls -R > out || fail=1 +ls -R1 > out || fail=1 cmp out exp || fail=1 test $fail = 1 && diff out exp 2> /dev/null -- 2.47.2