Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t0090: disable GIT_TEST_SPLIT_INDEX for the test checking split index
[gitweb.git]
/
t
/
t2024-checkout-dwim.sh
diff --git
a/t/t2024-checkout-dwim.sh
b/t/t2024-checkout-dwim.sh
index d640e00e77ce0733fa5bc78342d2f1db37eb0e6a..69b6774d10a9d90790316e9feb0f718593465c76 100755
(executable)
--- a/
t/t2024-checkout-dwim.sh
+++ b/
t/t2024-checkout-dwim.sh
@@
-24,9
+24,8
@@
test_branch_upstream () {
}
status_uno_is_clean () {
- >status.expect &&
git status -uno --porcelain >status.actual &&
- test_
cmp status.expect
status.actual
+ test_
must_be_empty
status.actual
}
test_expect_success 'setup' '