2008-04-12 02:07:16 +02:00
|
|
|
TESTING "test system selftest" /bin/cat
|
2007-08-12 21:28:21 +02:00
|
|
|
|
2007-08-13 17:22:07 +02:00
|
|
|
TEST "test cat'ing stdin to stdout" <<END
|
|
|
|
|
in: foo: bar
|
|
|
|
|
out: foo: bar
|
2007-08-12 21:28:21 +02:00
|
|
|
return: 0
|
|
|
|
|
END
|
2007-08-13 17:22:07 +02:00
|
|
|
|
|
|
|
|
TEST "test stderr, cat'ing noonexistant file" ,nonexistent_file <<END
|
2008-04-12 02:07:16 +02:00
|
|
|
err: /bin/cat: ,nonexistent_file: No such file or directory
|
2007-08-13 17:22:07 +02:00
|
|
|
return: 1
|
|
|
|
|
END
|
|
|
|
|
|
2008-07-11 05:01:56 +02:00
|
|
|
|
|
|
|
|
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
|
2008-07-11 05:20:22 +02:00
|
|
|
|