diff options
Diffstat (limited to 'test/test3.sh')
-rwxr-xr-x | test/test3.sh | 12 |
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 |