summaryrefslogtreecommitdiffstats
path: root/tests/sed
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2010-12-04 15:15:13 +0000
committerJeff Bilyk <jbilyk@gmail.com>2010-12-04 15:15:13 +0000
commit26357b16c4c735757b9791f99c1492bc9bb832fd (patch)
tree98708875142095eee579c4c158d3df6f84ac37d4 /tests/sed
downloadapts-26357b16c4c735757b9791f99c1492bc9bb832fd.tar.bz2
apts-26357b16c4c735757b9791f99c1492bc9bb832fd.tar.xz
apts: initial commit
initial commit, includes 2 tests for packages
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 ]