Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/testsuite/busybox.tests

    r2725 r3621  
    66
    77. ./testing.sh
     8
     9ln -s `which busybox` unknown
     10
     11testing "busybox as unknown name" "./unknown 2>&1" \
     12    "unknown: applet not found\n" "" ""
     13rm unknown
     14
     15# We need busybox --help to be enabled for the rest of tests
     16test x"$CONFIG_BUSYBOX" = x"y" \
     17|| { echo "SKIPPED: busybox --help"; exit 0; }
    818
    919HELPDUMP=`true | busybox 2>&1 | cat`
     
    3949rm busybox-suffix
    4050
    41 ln -s `which busybox` unknown
    42 
    43 testing "busybox as unknown name" "./unknown 2>&1" \
    44     "unknown: applet not found\n" "" ""
    45 rm unknown
    46 
    4751exit $FAILCOUNT
Note: See TracChangeset for help on using the changeset viewer.