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/testing.sh

    r3232 r3621  
    5757    SKIP=
    5858    while test "$1"; do
    59         if test x"${OPTIONFLAGS/*:$1:*/y}" != x"y"; then
    60             SKIP=1
    61             return
    62         fi
     59        case "${OPTIONFLAGS}" in
     60            *:$1:*) ;;
     61            *) SKIP=1; return ;;
     62        esac
    6363        shift
    6464    done
Note: See TracChangeset for help on using the changeset viewer.