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/md5sum.tests

    r2725 r3621  
    3131while test $n -le 999; do
    3232    echo "$text" | head -c $n | "$sum"
    33     : $((n++))
     33    n=$(($n+1))
    3434done | "$sum"
    3535)`
    3636
    3737if test x"$result" = x"$expected  -"; then
    38     echo "PASS: $sum"
    39     exit 0
     38    echo "PASS: $sum"
     39    exit 0
    4040fi
    4141
Note: See TracChangeset for help on using the changeset viewer.