X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d151adbf2cc4d23c240c6c4fcfbfda439a98c36f..eed65c79322c3c79facdea44ce39033b21972e36:/test/integration/test-failing-maintainer-scripts?ds=sidebyside diff --git a/test/integration/test-failing-maintainer-scripts b/test/integration/test-failing-maintainer-scripts index cb82ebc7a..3dd7d643e 100755 --- a/test/integration/test-failing-maintainer-scripts +++ b/test/integration/test-failing-maintainer-scripts @@ -86,7 +86,7 @@ testmyfailure() { testfailure "$@" -o APT::Status-Fd=3 msgtest 'Test for failure message of maintainerscript in' 'console log' local TEST='rootdir/tmp/testfailure.output' - if grep -q 'exit status 29$' "$TEST"; then + if grep -q 'exit status 29' "$TEST"; then msgpass else cat $TEST