13 lines
270 B
Text
13 lines
270 B
Text
TESTING "test system selftest" /bin/cat
|
|
|
|
TEST "test cat'ing stdin to stdout" <<END
|
|
in: foo: bar
|
|
out: foo: bar
|
|
return: 0
|
|
END
|
|
|
|
TEST "test stderr, cat'ing noonexistant file" ,nonexistent_file <<END
|
|
err: /bin/cat: ,nonexistent_file: No such file or directory
|
|
return: 1
|
|
END
|
|
|