diff --git a/test/test4.sh b/test/test4.sh index d08b45f..5a1c8ff 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