pack_refs(): remove redundant check
[gitweb.git] / t / t5150-request-pull.sh
index aec842fa33707308c24c340eca7367e8aaf5c20f..da25bc2d1fb3a68b1d29b1a5b3f5d18f6c0ffdca 100755 (executable)
@@ -180,7 +180,7 @@ test_expect_success 'request names an appropriate branch' '
                read branch
        } <digest &&
        {
-               test "$branch" = tag--full ||
+               test "$branch" = full ||
                test "$branch" = master ||
                test "$branch" = for-upstream
        }