hush/testsuite/ls/ls-l-works
2006-01-25 22:46:25 +00:00

5 lines
117 B
Plaintext

[ -n "$d" ] || d=..
LC_ALL=C ls -l "$d" > logfile.gnu
busybox ls -l "$d" > logfile.bb
diff -w logfile.gnu logfile.bb