git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7a85f6a
)
Missing && in t/t7001.sh.
author
Matthieu Moy
<redacted>
Wed, 4 Feb 2009 09:32:06 +0000
(10:32 +0100)
committer
Junio C Hamano
<redacted>
Wed, 4 Feb 2009 19:04:44 +0000
(11:04 -0800)
Without this, the exit status is only the one of the last line.
Signed-off-by: Matthieu Moy <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7001-mv.sh
patch
|
blob
|
history
diff --git
a/t/t7001-mv.sh
b/t/t7001-mv.sh
index 19493c8052b8fe009c80336230b2044669c23394..539effe694684dde01da1a93421a28b549b9527a 100755
(executable)
--- a/
t/t7001-mv.sh
+++ b/
t/t7001-mv.sh
@@
-55,7
+55,7
@@
test_expect_success \
git mv -k untracked1 untracked2 path0 &&
test -f untracked1 &&
test -f untracked2 &&
- test ! -f path0/untracked1
+ test ! -f path0/untracked1
&&
test ! -f path0/untracked2'
# clean up the mess in case bad things happen
git clone https://git.99rst.org/PROJECT