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
/
t1600-delete-one.sh
diff --git
a/t/t1600-delete-one.sh
b/t/t1600-delete-one.sh
index 3052b3a9426b994ec236a4a912083c0214ed175b..c3451d827eaeab07a3c62f21e2210b14255c7714 100755
(executable)
--- a/
t/t1600-delete-one.sh
+++ b/
t/t1600-delete-one.sh
@@
-77,8
+77,8
@@
test_expect_success \
'Try to delete a non-topmost applied patch' \
'
[ $(stg applied | wc -l) -eq 2 ] &&
'Try to delete a non-topmost applied patch' \
'
[ $(stg applied | wc -l) -eq 2 ] &&
-
!
stg delete foo &&
- [ $(stg applied | wc -l) -eq
2
]
+ stg delete foo &&
+ [ $(stg applied | wc -l) -eq
1
]
'
test_expect_success \
'
test_expect_success \
@@
-99,10
+99,10
@@
test_expect_success \
test_expect_success \
'Delete a patch in another branch' \
'
test_expect_success \
'Delete a patch in another branch' \
'
- [ $(stg applied | wc -l) -eq
3
] &&
+ [ $(stg applied | wc -l) -eq
2
] &&
[ $(stg applied -b br | wc -l) -eq 1 ] &&
stg delete -b br baz &&
[ $(stg applied -b br | wc -l) -eq 1 ] &&
stg delete -b br baz &&
- [ $(stg applied | wc -l) -eq
3
] &&
+ [ $(stg applied | wc -l) -eq
2
] &&
[ $(stg applied -b br | wc -l) -eq 0 ]
'
[ $(stg applied -b br | wc -l) -eq 0 ]
'