chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix "stg sink" with no applied patches (bug 11887)
[stgit]
/
t
/
t1501-sink.sh
diff --git
a/t/t1501-sink.sh
b/t/t1501-sink.sh
index 3872c4b0af13093bc80e5d475318c0c6cccb88d4..6af45fedff1536acc557f172c316c3650ccc0873 100755
(executable)
--- a/
t/t1501-sink.sh
+++ b/
t/t1501-sink.sh
@@
-20,7
+20,7
@@
test_expect_success 'sink without applied patches' '
! stg sink
'
-test_expect_
failure
'sink a specific patch without applied patches' '
+test_expect_
success
'sink a specific patch without applied patches' '
stg sink y &&
test $(echo $(stg applied)) = "y"
'