summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index c2a1189..db65f09 100644
--- a/test.sh
+++ b/test.sh
@@ -12,7 +12,7 @@ test_compare_string() {
test_set1_challenge5() {
-OUTPUT=$(./a.out)
+OUTPUT=$(./task5)
EXCEPTED="0b3637272a2b2e63622c2e69692a23693a2a3c6324202d623d63343c2a26226324272765272a282b2f20430a652e2c652a3124333a653e2b2027630c692b20283165286326302e27282f"
test_compare_string "$OUTPUT" "$EXCEPTED"