From fd8d3738fed6df6bf44c7d6f631dec54cfe2d1aa Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 11 Jun 2017 12:24:59 +0200 Subject: [PATCH] test: fix test4.sh, script failure is non-fatal This behaviour has been changed in: 7d5cd2c8a0052a7446515f90d3d0ea5cc2e93efe. --- test/test4.sh | 4 ++-- 1 file 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