]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
test: hide message from moreutils parallel.
[notmuch] / test / notmuch-test
index 91909264cc94b6e72ee3778b6b15cfeaa53232f5..cbd33f9374805c96d0bf03312e0cde7255f394b4 100755 (executable)
@@ -50,7 +50,7 @@ META_FAILURE=
 # Run the tests
 if test -z "$NOTMUCH_TEST_SERIALIZE" && command -v parallel >/dev/null ; then
     test -t 1 && export COLORS_WITHOUT_TTY=t || :
-    if parallel --version | grep -q GNU ; then
+    if parallel --version 2>&1 | grep -q GNU ; then
         echo "INFO: running tests with GNU parallel"
         printf '%s\n' $TESTS | $TEST_TIMEOUT_CMD parallel
     else