chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix error in status.py when calling git.resolved
[stgit]
/
t
/
t2200-rebase.sh
diff --git
a/t/t2200-rebase.sh
b/t/t2200-rebase.sh
index c142e08d1934f68b23bb6671a68015012ded4c09..ec2a104fc2e089a5d9653faa852cf416b987c909 100755
(executable)
--- a/
t/t2200-rebase.sh
+++ b/
t/t2200-rebase.sh
@@
-31,10
+31,10
@@
test_expect_success \
test `stg applied | wc -l` = 1
'
-test_expect_
failure
\
+test_expect_
success
\
'Attempt rebase to non-existing commit' \
'
- stg rebase not-a-ref
+
!
stg rebase not-a-ref
'
test_expect_success \