summaryrefslogtreecommitdiffstats
path: root/test/test3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test3.sh')
-rwxr-xr-xtest/test3.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/test3.sh b/test/test3.sh
new file mode 100755
index 0000000..994d54d
--- /dev/null
+++ b/test/test3.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# desc: test successful pre-install
+
+$APK add --root $ROOT --initdb --repository $PWD/repo1 --repository $SYSREPO \
+ -U test-c
+
+# check that package was installed
+$APK info --root $ROOT -e test-c
+
+# check if pre-install was executed
+test -f $ROOT/pre-install