test: fix test4.sh, script failure is non-fatal

This behaviour has been changed in: 7d5cd2c8a0.
cute-signatures
Jakub Jirutka 2017-06-11 12:24:59 +02:00
parent 4d1934f69b
commit fd8d3738fe
1 changed files with 2 additions and 2 deletions

View File

@ -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