Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/testsuite/ls/ls-1-works

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Sat Sep 1 22:45:15 2007 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 1  Line 1 
1  [ -n "$d" ] || d=..  [ -n "$d" ] || d=..
2  ls -1 "$d" > logfile.gnu  LC_ALL=C ls -1 "$d" > logfile.gnu
3  busybox ls -1 "$d" > logfile.bb  LC_ALL=C busybox ls -1 "$d" > logfile.bb
4  cmp logfile.gnu logfile.bb  diff -ubw logfile.gnu logfile.bb

Legend:
Removed from v.983  
changed lines
  Added in v.984