]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9001-send-email.sh
The sixth batch for 2.26
[thirdparty/git.git] / t / t9001-send-email.sh
index a834afab4d7a571bcaa7f29ab5c6a7f1ea43009c..90f61c34009550061f5c713ff83dfe06201331f2 100755 (executable)
@@ -1194,8 +1194,8 @@ test_expect_success $PREREQ 'in-reply-to but no threading' '
                --to=nobody@example.com \
                --in-reply-to="<in-reply-id@example.com>" \
                --no-thread \
-               $patches |
-       grep "In-Reply-To: <in-reply-id@example.com>"
+               $patches >out &&
+       grep "In-Reply-To: <in-reply-id@example.com>" out
 '
 
 test_expect_success $PREREQ 'no in-reply-to and no threading' '