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