diff options
| author | Benedict <benedict@0xb8000.de> | 2016-03-19 13:44:55 +0100 |
|---|---|---|
| committer | Benedict <benedict@0xb8000.de> | 2017-02-21 13:00:24 +0100 |
| commit | 4a9770b8ba9d86db12779f5ae00366bce60a42ad (patch) | |
| tree | 760dee07368fa25141e2467d21128486f5e5e7f8 /test.sh | |
| parent | 236d0ee8acedc2535a4a973acd99a708b530a053 (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.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 |
