chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix t1200 to catch intermediate errors.
[stgit]
/
t
/
t1200-push-modified.sh
diff --git
a/t/t1200-push-modified.sh
b/t/t1200-push-modified.sh
index 6769667fc6003945da33790b43cffb5802572949..324b3b003970150ea27d6eb6db2343bb7bf77367 100755
(executable)
--- a/
t/t1200-push-modified.sh
+++ b/
t/t1200-push-modified.sh
@@
-21,9
+21,9
@@
test_create_repo foo
test_expect_success \
'Clone tree and setup changes' \
"stg clone foo bar &&
test_expect_success \
'Clone tree and setup changes' \
"stg clone foo bar &&
- (cd bar && stg new p1 -m p1
+ (cd bar && stg new p1 -m p1
&&
printf 'a\nc\n' > file && stg add file && stg refresh &&
printf 'a\nc\n' > file && stg add file && stg refresh &&
- stg new p2 -m p2
+ stg new p2 -m p2
&&
printf 'a\nb\nc\n' > file && stg refresh
)
"
printf 'a\nb\nc\n' > file && stg refresh
)
"