Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/testsuite/ls/ls-l-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    test x"$SKIP_KNOWN_BUGS" != x"" && exit
2    
3    # busybox does not emit "total NNN" line
4    
5  [ -n "$d" ] || d=..  [ -n "$d" ] || d=..
6  LC_ALL=C ls -l "$d" > logfile.gnu  LC_ALL=C ls -l "$d" > logfile.gnu
7  busybox ls -l "$d" > logfile.bb  LC_ALL=C busybox ls -l "$d" > logfile.bb
8  diff -w logfile.gnu logfile.bb  diff -ubw logfile.gnu logfile.bb

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