summaryrefslogtreecommitdiffstats
path: root/tests/grep
diff options
context:
space:
mode:
Diffstat (limited to 'tests/grep')
-rw-r--r--tests/grep4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/grep b/tests/grep
new file mode 100644
index 0000000..6504280
--- /dev/null
+++ b/tests/grep
@@ -0,0 +1,4 @@
+ apk_add $@
+ grep --version | grep GNU
+ apk_del $@
+ [ `readlink /bin/grep` = /bin/busybox ]