summaryrefslogtreecommitdiff
path: root/test/test_hello.sh
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-06-04 12:17:35 +0200
committerGitHub <noreply@github.com>2024-06-04 12:17:35 +0200
commitafcdb1184799526f20954e475af990254d772cd4 (patch)
tree81ef3311effa8dec3a504ed5361a88c5e60cfb0f /test/test_hello.sh
parent3626877554b6c567d43336ec49414cedfe487260 (diff)
parentd9b5abdb716bd5e4d474c724cb52e9f09899f942 (diff)
downloadhello-nix-afcdb1184799526f20954e475af990254d772cd4.tar.gz
Merge pull request #1 from aehlig/test-suite
test: add overall target
Diffstat (limited to 'test/test_hello.sh')
-rw-r--r--test/test_hello.sh5
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 || :