Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/testsuite/bzcat.tests

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

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 32  prep() { Line 32  prep() {
32  check() {  check() {
33      eval $2 >t_actual 2>&1      eval $2 >t_actual 2>&1
34      if $ECHO -ne "$expected" | cmp - t_actual; then      if $ECHO -ne "$expected" | cmp - t_actual; then
35   echo "$1: PASS"   echo "PASS: $1"
36      else      else
37   echo "$1: FAIL"   echo "FAIL: $1"
38      fi      fi
39  }  }
40    

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