diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-01-21 14:11:37 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-01-22 00:13:35 +0100 |
commit | 31b4c71eb2610471cb0598338f510633f407477f (patch) | |
tree | cbb668969a7cc63c6908662c6894068aa71ad08d /test/true-001.sh | |
parent | d34e6502e91e9a301ce6b1c023adc881dbfe889c (diff) | |
download | calcurse-31b4c71eb2610471cb0598338f510633f407477f.zip |
test/: Add three basic self tests
* true-001.sh: Always returns true - this should never ever fail.
* run-test-001.sh: Invokes run-test, passing itself as a parameter.
Subsequently, it outputs the very same (hardcoded) expected and actual
values.
* run-test-002.sh: Tests run-test's negative assertion feature in a way
similar to run-test-001.sh. However, output different (hardcoded)
expected and actual values and invoke run-test with the negative test
prefix ('!').
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'test/true-001.sh')
-rwxr-xr-x | test/true-001.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/true-001.sh b/test/true-001.sh new file mode 100755 index 0000000..296ef78 --- /dev/null +++ b/test/true-001.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +true |