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
/
t4000-upgrade.sh
diff --git
a/t/t4000-upgrade.sh
b/t/t4000-upgrade.sh
index ea9bf0b50b0c94726c09caba5b3d6ed1cdfb7ce2..b89c7202b93bb814d461bc90875a86c9bc027aaa 100755
(executable)
--- a/
t/t4000-upgrade.sh
+++ b/
t/t4000-upgrade.sh
@@
-14,8
+14,8
@@
for ver in 0.12 0.8; do
test_expect_success \
"v$ver: Check the list of applied and unapplied patches" '
test_expect_success \
"v$ver: Check the list of applied and unapplied patches" '
- [ "$(echo $(stg
applied
))" = "p0 p1 p2" ] &&
- [ "$(echo $(stg
unapplied
))" = "p3 p4" ]
+ [ "$(echo $(stg
series --applied --noprefix
))" = "p0 p1 p2" ] &&
+ [ "$(echo $(stg
series --unapplied --noprefix
))" = "p3 p4" ]
'
test_expect_success \
'
test_expect_success \