fix parsing of @{-1}@{u} combination
[gitweb.git] / t / t1508-at-combinations.sh
index 59f04636f20e0f513cfcb5e4f1f867010856f3f5..2a46af24d6ae76dd057a88960a815c53b526d1b8 100755 (executable)
@@ -43,8 +43,8 @@ check "@{-1}" old-two
 check "@{-1}@{1}" old-one
 check "@{u}" upstream-two
 check "@{u}@{1}" upstream-one
-fail check "@{-1}@{u}" master-two
-fail check "@{-1}@{u}@{1}" master-one
+check "@{-1}@{u}" master-two
+check "@{-1}@{u}@{1}" master-one
 fail nonsense "@{u}@{-1}"
 nonsense "@{1}@{u}"