t/t5532-fetch-proxy.sh: use the $( ... ) construct for command substitution
[gitweb.git] / t / t9811-git-p4-label-import.sh
index 22d1fd3e3e7608ec5ba10d2693cce62eda8d8a4b..decb66ba30871573eb9c252e56599d47095f0fff 100755 (executable)
@@ -222,7 +222,7 @@ p4_head_revision() {
 # has not been seen. The presence of a label on a commit
 # we haven't seen should not cause git-p4 to fail. It should
 # merely skip that label, and still import other labels.
-test_expect_failure 'importing labels with missing revisions' '
+test_expect_success 'importing labels with missing revisions' '
        test_when_finished cleanup_git &&
        (
                rm -fr "$cli" "$git" &&