From 7b76233290bd9dead1848f28ed6d0edfcceb8e09 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 27 Dec 2006 04:35:09 +0000 Subject: Correcting tag name to be like previous ones --- testsuite/ls/ls-h-works | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testsuite/ls/ls-h-works (limited to 'testsuite/ls/ls-h-works') diff --git a/testsuite/ls/ls-h-works b/testsuite/ls/ls-h-works new file mode 100644 index 0000000..7331262 --- /dev/null +++ b/testsuite/ls/ls-h-works @@ -0,0 +1,4 @@ +[ -n "$d" ] || d=.. +ls -h "$d" > logfile.gnu +busybox ls -h "$d" > logfile.bb +cmp logfile.gnu logfile.bb -- cgit v1.1