LANG=C should help
[oweals/busybox.git] / testsuite / ls / ls-s-works
index d82f328b75273e17b25fdd6c917b14d058640447..cdd9878c0bb77a83d348a080301cc82f4acc5402 100644 (file)
@@ -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