chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Test operations on hidden patches
[stgit]
/
t
/
t1203-push-conflict.sh
diff --git
a/t/t1203-push-conflict.sh
b/t/t1203-push-conflict.sh
index 57119ab0718915dcc05024b55ba4c3cd9924287f..96fee15a8340534e7f22cca3c232c1101252cd11 100755
(executable)
--- a/
t/t1203-push-conflict.sh
+++ b/
t/t1203-push-conflict.sh
@@
-21,7
+21,7
@@
test_expect_success \
stg new foo -m foo &&
echo foo > test &&
echo fie > test2 &&
stg new foo -m foo &&
echo foo > test &&
echo fie > test2 &&
-
stg
add test test2 &&
+
git
add test test2 &&
stg refresh &&
stg pop
'
stg refresh &&
stg pop
'
@@
-31,14
+31,14
@@
test_expect_success \
'
stg new bar -m bar &&
echo bar > test &&
'
stg new bar -m bar &&
echo bar > test &&
-
stg
add test &&
+
git
add test &&
stg refresh
'
test_expect_success \
'Push the first patch with conflict' \
'
stg refresh
'
test_expect_success \
'Push the first patch with conflict' \
'
-
!
stg push foo
+
conflict_old
stg push foo
'
test_expect_success \
'
test_expect_success \
@@
-56,7
+56,7
@@
test_expect_success \
test_expect_success \
'Check that pop will fail while there are unmerged conflicts' \
'
test_expect_success \
'Check that pop will fail while there are unmerged conflicts' \
'
-
!
stg pop
+
command_error
stg pop
'
test_expect_success \
'
test_expect_success \