summaryrefslogtreecommitdiffstats
path: root/test/test5.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test5.sh')
-rwxr-xr-xtest/test5.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test5.sh b/test/test5.sh
new file mode 100755
index 0000000..ab9643a
--- /dev/null
+++ b/test/test5.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# desc: test post-install script
+
+$APK add --root $ROOT --initdb -U --repository $PWD/repo1 \
+ --repository $SYSREPO test-d
+
+test -f "$ROOT"/post-install
+