summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rw-r--r--test.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index 780a12b..80ae42f 100644
--- a/test.sh
+++ b/test.sh
@@ -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