Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rr/tests-dedup-test-config'
[gitweb.git]
/
t
/
t7060-wtstatus.sh
diff --git
a/t/t7060-wtstatus.sh
b/t/t7060-wtstatus.sh
index f4f38a5e7387694e16ff6f4a54020843630c2ac7..52ef06b0005aabf2a201d20dbb5f232e3a26766a 100755
(executable)
--- a/
t/t7060-wtstatus.sh
+++ b/
t/t7060-wtstatus.sh
@@
-5,6
+5,7
@@
test_description='basic work tree status reporting'
. ./test-lib.sh
test_expect_success setup '
+ git config --global advice.statusuoption false &&
test_commit A &&
test_commit B oneside added &&
git checkout A^0 &&