summaryrefslogtreecommitdiff
path: root/debian/tests/hello
blob: f07776ea2fa608ebf77ed437adcb97cb904f94c2 (plain)
1
2
3
4
5
6
#!/bin/sh
set -e

# silly test to see that perl is still working
perl -e 'print "OK: hello, world!\n"' | grep OK