chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Test for specific exit code
[stgit]
/
t
/
t2101-pull-policy-pull.sh
diff --git
a/t/t2101-pull-policy-pull.sh
b/t/t2101-pull-policy-pull.sh
index ce4b5c89542623e3cdff6baaef14afa9c6617f4a..777ccb5f83b95a15b430a75654054c5b5afcd81b 100755
(executable)
--- a/
t/t2101-pull-policy-pull.sh
+++ b/
t/t2101-pull-policy-pull.sh
@@
-43,7
+43,7
@@
test_expect_success \
'Rewind/rewrite upstream commit and pull it from clone, without --merged' \
'
(cd upstream && echo b >> file2 && stg refresh) &&
- (cd clone &&
!
stg pull)
+ (cd clone &&
conflict_old
stg pull)
'
test_expect_success \