24 lines
471 B
Text
24 lines
471 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
|
|
|
|
|
|
TESTING "Run the Dummy Test Executable" ./test-bugs
|
|
|
|
TEST "I am a dummy test" <<END
|
|
out: *** Lumiera NLE for Linux ***
|
|
out: This is a dummy test
|
|
return: 2
|
|
END
|
|
|
|
PLANNED "this may never happen"
|
|
END
|