summaryrefslogtreecommitdiffstats
path: root/tests/diffutils
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diffutils')
-rw-r--r--tests/diffutils9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/diffutils b/tests/diffutils
new file mode 100644
index 0000000..b7e7b1f
--- /dev/null
+++ b/tests/diffutils
@@ -0,0 +1,9 @@
+ apk_add $@
+ echo a > a
+ echo b > b
+ echo a > c
+ diff3 a b c
+ rm a b c
+ apk_del $@
+ # check that bb link is restored
+ [ `readlink /usr/bin/diff` = /bin/busybox ]