chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Robustify rebase test: check patches are reapplied.
[stgit]
/
t
/
t2200-rebase.sh
diff --git
a/t/t2200-rebase.sh
b/t/t2200-rebase.sh
index 52462dd94926e9340d9cd19855644a1cd984b9f4..882572cc9e9679b0eef42fbd487ffe478d725804 100755
(executable)
--- a/
t/t2200-rebase.sh
+++ b/
t/t2200-rebase.sh
@@
-27,7
+27,8
@@
test_expect_success \
'Rebase to previous commit' \
'
stg rebase master~1 &&
- test `stg id base@stack` = `git rev-parse master~1`
+ test `stg id base@stack` = `git rev-parse master~1` &&
+ test `stg applied | wc -l` = 1
'
test_done