Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/testsuite/mkfs.minix.tests

    r2725 r3232  
    99# testing "test name" "options" "expected result" "file input" "stdin"
    1010
     11# '\n' produces 10 on little endian, but not on big endian
     12cr=`echo | od -i | sed 's/ *$//g;s/.* //g;2d'`
     13if [ x"$cr" = x"10" ]; then
     14    hash=4f35f7afeba07d56055bed1f29ae20b7
     15else
     16    hash=5adbc1b3ccd20ca5d0ab5bc1e13ac3fc
     17fi
     18
    1119testing "mkfs.minix" \
    1220    "dd if=/dev/zero of=input bs=1k count=1024 2>/dev/null; mkfs.minix input; md5sum <input" \
     
    1624"Zonesize=1024\n"\
    1725"Maxsize=268966912\n"\
    18 "4f35f7afeba07d56055bed1f29ae20b7  -\n" \
     26"$hash  -\n" \
    1927    "" \
    2028    ""
Note: See TracChangeset for help on using the changeset viewer.