test: fix test4.sh, script failure is non-fatal
This behaviour has been changed in: 7d5cd2c8a0
.
cute-signatures
parent
4d1934f69b
commit
fd8d3738fe
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue