X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Ftest-lib.sh;h=d1794265fd33a0e4893ef9c306bba421effc4702;hb=cb6411e29135217aaf4abb0615a8ca730c5f2bc2;hp=a1978279e5b46cf0d9a62f257f4efaaa68b2d71f;hpb=b41aab78f2380c79512b1ed953f77acd86414dfb;p=notmuch diff --git a/test/test-lib.sh b/test/test-lib.sh index a1978279..d1794265 100755 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -403,7 +403,7 @@ test_begin_subtest () test_subtest_name="$1" # Remember stdout and stderr file descriptios and redirect test # output to the previously prepared file descriptors 3 and 4 (see - # bellow) + # below) if test "$verbose" != "t"; then exec 4>test.output 3>&4; fi exec 6>&1 7>&2 >&3 2>&4 inside_subtest=t