summaryrefslogtreecommitdiffstats
path: root/tests/gawk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gawk')
-rw-r--r--tests/gawk5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/gawk b/tests/gawk
new file mode 100644
index 0000000..556cc93
--- /dev/null
+++ b/tests/gawk
@@ -0,0 +1,5 @@
+ apk_add $@
+ echo | gawk '{ print "hello world" }'
+ apk_del $@
+ # verify bb link is restored
+ [ `readlink /usr/bin/awk` = /bin/busybox ]