summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorBenedict <benedict@0xb8000.de>2016-03-19 13:44:55 +0100
committerBenedict <benedict@0xb8000.de>2017-02-21 13:00:24 +0100
commit4a9770b8ba9d86db12779f5ae00366bce60a42ad (patch)
tree760dee07368fa25141e2467d21128486f5e5e7f8 /test.sh
parent236d0ee8acedc2535a4a973acd99a708b530a053 (diff)
completed task6 nearly completly
just a few characters are still wrong in the key. freqencies analysis has to be made more comprehensive
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