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
/
t1501-sink.sh
diff --git
a/t/t1501-sink.sh
b/t/t1501-sink.sh
index ac9e25d495ce81e3c01e1627b20608ceb7f1d5d8..32931cde72d4fe5cf80f904e942c6c7e029d3fcb 100755
(executable)
--- a/
t/t1501-sink.sh
+++ b/
t/t1501-sink.sh
@@
-22,7
+22,7
@@
test_expect_success 'sink without applied patches' '
test_expect_success 'sink a specific patch without applied patches' '
stg sink y &&
test_expect_success 'sink a specific patch without applied patches' '
stg sink y &&
- test $(echo $(stg
applied
)) = "y"
+ test $(echo $(stg
series --applied --noprefix
)) = "y"
'
test_done
'
test_done