aboutsummaryrefslogtreecommitdiffstats
path: root/test/test4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test4.sh')
-rwxr-xr-xtest/test4.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test4.sh b/test/test4.sh
index d08b45feba..5a1c8ff81e 100755
--- a/test/test4.sh
+++ b/test/test4.sh
@@ -12,6 +12,6 @@ touch "$ROOT"/should-fail
# check that pre-install was executed
test -f $ROOT/pre-install
-# check that package was not installed
-! $APK info --root $ROOT -e test-c
+# check that package was installed
+$APK info --root $ROOT -e test-c