Make bzcat tests runnable on a toybox-only system.

This commit is contained in:
Elliott Hughes 2017-04-02 12:27:38 -07:00 committed by Rob Landley
parent 216e4dab19
commit f966da9e6e

View File

@ -4,7 +4,7 @@
#testing "name" "command" "result" "infile" "stdin"
testing "2 known files" \
'bzcat "$FILES/blkid/"{minix,ntfs}.bz2 | sha1sum | '"awk '{print \$1}'" \
'bzcat "$FILES/blkid/"{minix,ntfs}.bz2 | sha1sum | cut -d " " -f 1' \
'c0b7469c9660d6056a988ef8a7fe73925efc9266\n' '' ''
testing "overflow" \