From 4a9770b8ba9d86db12779f5ae00366bce60a42ad Mon Sep 17 00:00:00 2001 From: Benedict Date: Sat, 19 Mar 2016 13:44:55 +0100 Subject: completed task6 nearly completly just a few characters are still wrong in the key. freqencies analysis has to be made more comprehensive --- test.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test.sh') 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 -- cgit v1.2.3-70-g09d2