chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove the applied/unapplied commands
[stgit]
/
t
/
t2200-rebase.sh
diff --git
a/t/t2200-rebase.sh
b/t/t2200-rebase.sh
index 256eaaa8d05f19fa6ee92dbbb67f86439c1ee6aa..adbf242722e090fdfe4ccdb164d694745012c9b9 100755
(executable)
--- a/
t/t2200-rebase.sh
+++ b/
t/t2200-rebase.sh
@@
-28,7
+28,7
@@
test_expect_success \
'
stg rebase master~1 &&
test `stg id stack:{base}` = `git rev-parse master~1` &&
'
stg rebase master~1 &&
test `stg id stack:{base}` = `git rev-parse master~1` &&
- test `stg
applied | wc -l
` = 1
+ test `stg
series --applied -c
` = 1
'
test_expect_success \
'
test_expect_success \
@@
-40,7
+40,7
@@
test_expect_success \
test_expect_success \
'Check patches were re-applied' \
'
test_expect_success \
'Check patches were re-applied' \
'
- test $(stg
applied | wc -l
) = 1
+ test $(stg
series --applied -c
) = 1
'
test_done
'
test_done