summaryrefslogtreecommitdiffstats
path: root/tests/haserl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/haserl')
-rw-r--r--tests/haserl9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/haserl b/tests/haserl
deleted file mode 100644
index 91da389..0000000
--- a/tests/haserl
+++ /dev/null
@@ -1,9 +0,0 @@
- SCRIPT=tmp.haserl
- apk_add $@
- echo '#!/usr/bin/haserl --shell=lua' >$SCRIPT
- echo '' >>$SCRIPT
- echo '<% print"hello world" %>' >>$SCRIPT
- chmod +x $SCRIPT
- ./$SCRIPT | grep 'hello world'
- rm -f $SCRIPT
- apk_del $@