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

    r2725 r3232  
    55. ./testing.sh
    66
    7 # testing "test name" "options" "expected result" "file input" "stdin"
     7# testing "test name" "commands" "expected result" "file input" "stdin"
    88
    99optional DESKTOP
     
    1717SKIP=
    1818
     19optional DESKTOP LONG_OPTS
     20testing "od -b --traditional" \
     21    "od -b --traditional" \
     22"\
     230000000 110 105 114 114 117
     240000005
     25" \
     26    "" "HELLO"
     27SKIP=
     28
     29optional DESKTOP LONG_OPTS
     30testing "od -b --traditional FILE" \
     31    "od -b --traditional input" \
     32"\
     330000000 110 105 114 114 117
     340000005
     35" \
     36    "HELLO" ""
     37SKIP=
     38
    1939exit $FAILCOUNT
Note: See TracChangeset for help on using the changeset viewer.