summaryrefslogtreecommitdiff
path: root/tests/bf/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bf/test.sh')
-rwxr-xr-xtests/bf/test.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/bf/test.sh b/tests/bf/test.sh
deleted file mode 100755
index 8b76794..0000000
--- a/tests/bf/test.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-if [ "$(cat hw0.bf | ./bf.bin)" != "Hello World!" ]; then
- echo "hello world 0 failed."
- exit 1
-fi
-if [ "$(cat hw1.bf | ./bf.bin)" != "Hello World!" ]; then
- echo "hello world 1 failed."
- exit 1
-fi