LUMIERA.clone/tests/00test.tests

14 lines
239 B
Text
Raw Normal View History

TESTING "test system selftest" /bin/cat
2007-08-13 17:22:07 +02:00
TEST "test cat'ing stdin to stdout" <<END
in: foo: bar
out: foo: bar
return: 0
END
2007-08-13 17:22:07 +02:00
TEST "test stderr, cat'ing noonexistant file" ,nonexistent_file <<END
err: cat: ,nonexistent_file:
2007-08-13 17:22:07 +02:00
return: 1
END