]> Pileus Git - ~andy/git/blobdiff - t/t5150-request-pull.sh
Merge branch 'nd/diffstat-gramnum'
[~andy/git] / t / t5150-request-pull.sh
index ec5f7368f9e492ef2926b95243a393798ab4de4a..2af8947eebb3e9ee45f83acb398335ec163a521c 100755 (executable)
@@ -179,11 +179,7 @@ test_expect_success 'request names an appropriate branch' '
                read repository &&
                read branch
        } <digest &&
-       {
-               test "$branch" = full ||
-               test "$branch" = master ||
-               test "$branch" = for-upstream
-       }
+       test "$branch" = tags/full
 
 '