Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
[gitweb.git]
/
t
/
t6300-for-each-ref.sh
diff --git
a/t/t6300-for-each-ref.sh
b/t/t6300-for-each-ref.sh
index e67c694c35a2a5ed9cc77fb02d6d03d3eaa42f57..a2e3f5525ffd3f76691e3eba29dbd50185e2af0c 100755
(executable)
--- a/
t/t6300-for-each-ref.sh
+++ b/
t/t6300-for-each-ref.sh
@@
-382,7
+382,7
@@
test_expect_success 'Check that :track[short] cannot be used with other atoms' '
test_expect_success 'Check that :track[short] works when upstream is invalid' '
cat >expected <<-\EOF &&
-
+ [gone]
EOF
test_when_finished "git config branch.master.merge refs/heads/master" &&