diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/test4.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |