mirror of
https://codeberg.org/landley/toybox.git
synced 2026-01-26 06:07:55 +00:00
Checking for specific error messages makes TEST_HOST unreliable.
This commit is contained in:
parent
975187f670
commit
8de3613e43
@ -25,7 +25,7 @@ testing "- file1" \
|
||||
|
||||
skipnot [ -e /dev/full ]
|
||||
testing "> /dev/full" \
|
||||
"cat - > /dev/full 2>stderr && echo ok; cat stderr; rm stderr" \
|
||||
"cat: xwrite: No space left on device\n" "" "zero\n"
|
||||
"cat - > /dev/full 2>/dev/null || echo failed" \
|
||||
"failed\n" "" "zero\n"
|
||||
|
||||
rm file1 file2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user