Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (16 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/testsuite/testing.sh

    r821 r1765  
    5252# The testing function
    5353
    54 testing ()
     54testing()
    5555{
    5656  NAME="$1"
     
    7777  RETVAL=$?
    7878
    79   cmp expected actual > /dev/null
     79  cmp expected actual >/dev/null 2>/dev/null
    8080  if [ $? -ne 0 ]
    8181  then
     
    9898# are copied.
    9999
    100 function mkchroot
     100mkchroot()
    101101{
    102102  [ $# -lt 2 ] && return
     
    127127# Script fed to stdin.
    128128
    129 function dochroot
     129dochroot()
    130130{
    131131  mkdir tmpdir4chroot
Note: See TracChangeset for help on using the changeset viewer.