diff options
Diffstat (limited to 'test.sh')
| -rw-r--r-- | test.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -36,6 +36,15 @@ test_set1_challenge2() { test_compare_string "$OUTPUT" "$EXCEPTED" } +test_set1_challenge4() { + echo "test: set1, challenge 4:" + OUTPUT=$(./task4) + EXCEPTED="Now that the party is jumping" + + test_compare_string "$OUTPUT" "$EXCEPTED" +} + test_set1_challenge1 test_set1_challenge2 +test_set1_challenge4 test_set1_challenge5 |
