X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib-common.sh;h=f99ed11162ade498eaef756b9a65774a6a29afec;hp=4903038dd9ce531ea7dda467a0d0eac6f86d8bd4;hb=7fcd100a2f4fcc3762f2f73bcca3c30cc971b67a;hpb=ef5b4947d8eaea745764e11fe346f67ca2e4a988 diff --git a/test/test-lib-common.sh b/test/test-lib-common.sh index 4903038d..f99ed111 100644 --- a/test/test-lib-common.sh +++ b/test/test-lib-common.sh @@ -122,7 +122,7 @@ esac test ! -z "$debug" || remove_tmp=$TMP_DIRECTORY rm -fr "$test" || { GIT_EXIT_OK=t - echo >&5 "FATAL: Cannot prepare test area" + echo >&6 "FATAL: Cannot prepare test area" exit 1 }