X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/dc95fee18e8df2b00404c7d0f321f5b78e00f170..889b0072a93a5afe9ffec93ab791d584c64754a0:/test/integration/framework diff --git a/test/integration/framework b/test/integration/framework index e4f018472..08d796a10 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -1119,7 +1119,7 @@ testfailure() { if [ "$1" = '--nomsg' ]; then shift else - msgtest 'Test for failure in execution of' "$*" + msgtest 'Test for failure in execution of' "$*" fi local OUTPUT="${TMPWORKINGDIRECTORY}/rootdir/tmp/testfailure.output" if $@ >${OUTPUT} 2>&1; then