summaryrefslogtreecommitdiff
path: root/debian/tests/hello
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-26 14:11:14 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-26 14:11:14 +0300
commitcf9383412494964d6188fcf08a362c0c0f313afc (patch)
treebd9e6a5b3a63cbb155b81112c855c19cb5f2b314 /debian/tests/hello
downloadperl-cf9383412494964d6188fcf08a362c0c0f313afc.tar.gz
Import perl (5.30.0-9)debian/5.30.0-9debian
Diffstat (limited to 'debian/tests/hello')
-rwxr-xr-xdebian/tests/hello6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/tests/hello b/debian/tests/hello
new file mode 100755
index 0000000..f07776e
--- /dev/null
+++ b/debian/tests/hello
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+
+# silly test to see that perl is still working
+perl -e 'print "OK: hello, world!\n"' | grep OK
+