From cf9383412494964d6188fcf08a362c0c0f313afc Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 26 Nov 2019 14:11:14 +0300 Subject: Import perl (5.30.0-9) --- debian/tests/hello | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 debian/tests/hello (limited to 'debian/tests/hello') 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 + -- cgit v1.2.3