X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT850-git.sh;fp=test%2FT850-git.sh;h=be6e0cd41a1083d318a0c5715a4fe46483177759;hb=dfa43a19218ed46f677034ab7bf8b8907a327935;hp=55cec78a16391b3f01e4139d5086729ca7f94bfb;hpb=e9ff896f8491e8780fcf7322436fc0c0575fe8f9;p=notmuch diff --git a/test/T850-git.sh b/test/T850-git.sh index 55cec78a..be6e0cd4 100755 --- a/test/T850-git.sh +++ b/test/T850-git.sh @@ -2,7 +2,7 @@ test_description='"notmuch git" to save and restore tags' . $(dirname "$0")/test-lib.sh || exit 1 -if [ $NOTMUCH_HAVE_SFSEXP -ne 1 ]; then +if [ "${NOTMUCH_HAVE_SFSEXP-0}" != "1" ]; then printf "Skipping due to missing sfsexp library\n" test_done fi