svn commit: trunk/busybox/testsuite/ls
timr at busybox.net
timr at busybox.net
Wed Jan 25 00:25:38 UTC 2006
Author: timr
Date: 2006-01-24 16:25:37 -0800 (Tue, 24 Jan 2006)
New Revision: 13586
Log:
ignore whitespace
Modified:
trunk/busybox/testsuite/ls/ls-l-works
Changeset:
Modified: trunk/busybox/testsuite/ls/ls-l-works
===================================================================
--- trunk/busybox/testsuite/ls/ls-l-works 2006-01-25 00:17:47 UTC (rev 13585)
+++ trunk/busybox/testsuite/ls/ls-l-works 2006-01-25 00:25:37 UTC (rev 13586)
@@ -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
More information about the busybox-cvs
mailing list