X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/e4560d7ebac0f15ce5383f21c1c1696efc4fe66b..f9d9a06200ab37e52ac737ce9e3c050100e5aa15:/t/t1501-sink.sh?ds=inline diff --git a/t/t1501-sink.sh b/t/t1501-sink.sh index ac9e25d..32931cd 100755 --- 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 $(echo $(stg applied)) = "y" + test $(echo $(stg series --applied --noprefix)) = "y" ' test_done