diff --stat: add config option to limit graph width
[gitweb.git] / t / t5150-request-pull.sh
index aec842fa33707308c24c340eca7367e8aaf5c20f..7c1dc641dec809fe314dcba7a4946154e8422f9b 100755 (executable)
@@ -179,11 +179,7 @@ test_expect_success 'request names an appropriate branch' '
                read repository &&
                read branch
        } <digest &&
-       {
-               test "$branch" = tag--full ||
-               test "$branch" = master ||
-               test "$branch" = for-upstream
-       }
+       test "$branch" = tags/full
 
 '