svn commit: trunk/busybox/testsuite/ls

timr at busybox.net timr at busybox.net
Wed Jan 25 00:17:48 UTC 2006


Author: timr
Date: 2006-01-24 16:17:47 -0800 (Tue, 24 Jan 2006)
New Revision: 13585

Log:
LANG=C should help

Modified:
   trunk/busybox/testsuite/ls/ls-l-works
   trunk/busybox/testsuite/ls/ls-s-works


Changeset:
Modified: trunk/busybox/testsuite/ls/ls-l-works
===================================================================
--- trunk/busybox/testsuite/ls/ls-l-works	2006-01-25 00:08:53 UTC (rev 13584)
+++ trunk/busybox/testsuite/ls/ls-l-works	2006-01-25 00:17:47 UTC (rev 13585)
@@ -1,4 +1,4 @@
 [ -n "$d" ] || d=..
-ls -l "$d" > logfile.gnu
+LANG=C ls -l "$d" > logfile.gnu
 busybox ls -l "$d" > logfile.bb
 cmp logfile.gnu logfile.bb

Modified: trunk/busybox/testsuite/ls/ls-s-works
===================================================================
--- trunk/busybox/testsuite/ls/ls-s-works	2006-01-25 00:08:53 UTC (rev 13584)
+++ trunk/busybox/testsuite/ls/ls-s-works	2006-01-25 00:17:47 UTC (rev 13585)
@@ -1,4 +1,4 @@
 [ -n "$d" ] || d=..
-ls -1s "$d" > logfile.gnu
+LANG=C ls -1s "$d" > logfile.gnu
 busybox ls -1s "$d" > logfile.bb
 cmp logfile.gnu logfile.bb




More information about the busybox-cvs mailing list