diff options
Diffstat (limited to 'test/test_hello.sh')
-rw-r--r-- | test/test_hello.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test_hello.sh b/test/test_hello.sh deleted file mode 100644 index 08347e8..0000000 --- a/test/test_hello.sh +++ /dev/null @@ -1,5 +0,0 @@ -set -e - -./hello | grep -i world -./hello Universe | grep Universe -./hello Universe | grep -i world && exit 1 || : |