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