X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ftest-lib-common.sh;fp=test%2Ftest-lib-common.sh;h=0fdeeb72479252618fec80a7fa62a792287d5e01;hb=36492f20a71906413d9922dbad5e18571059f57a;hp=fe92cdd3ca58768b3bd0014e267ac99fb35f2d62;hpb=d53b417d1f5935a924b0f0127e64750c8448ac3a;p=notmuch diff --git a/test/test-lib-common.sh b/test/test-lib-common.sh index fe92cdd3..0fdeeb72 100644 --- a/test/test-lib-common.sh +++ b/test/test-lib-common.sh @@ -18,6 +18,12 @@ # This file contains common code to be used by both the regular # (correctness) tests and the performance tests. +# test-lib.sh defines die() which echoes to nonstandard fd where +# output was redirected earlier in that file. If test-lib.sh is not +# loaded, neither this redirection nor die() function were defined. +# +type die >/dev/null 2>&1 || die () { echo "$@" >&2; exit 1; } + find_notmuch_path () { dir="$1"