My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a85f6a
)
Missing && in t/t7001.sh.
author
Matthieu Moy
<Matthieu.Moy@imag.fr>
Wed, 4 Feb 2009 09:32:06 +0000
(10:32 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
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 <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7001-mv.sh
patch
|
blob
|
history
diff --git
a/t/t7001-mv.sh
b/t/t7001-mv.sh
index
19493c8
..
539effe
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