ignore whitespace
authorTim Riker <tim@rikers.org>
Wed, 25 Jan 2006 00:25:37 +0000 (00:25 -0000)
committerTim Riker <tim@rikers.org>
Wed, 25 Jan 2006 00:25:37 +0000 (00:25 -0000)
testsuite/ls/ls-l-works

index 3e3b0e047926bdb95263dc2fbaf3b32b3a0ae476..e80f9582eaa9856d2df760934f37a92d8f82ba6c 100644 (file)
@@ -1,4 +1,4 @@
 [ -n "$d" ] || d=..
 LANG=C ls -l "$d" > logfile.gnu
 busybox ls -l "$d" > logfile.bb
-cmp logfile.gnu logfile.bb
+diff -w logfile.gnu logfile.bb