X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a1d6a0811bac0329f50ffa4742cf7894390104bf..d6e17ce04e5b6e766bec35f7c7e56d1b5139b307:/t/t1501-sink.sh diff --git a/t/t1501-sink.sh b/t/t1501-sink.sh index 516aa44..a0769dd 100755 --- a/t/t1501-sink.sh +++ b/t/t1501-sink.sh @@ -58,7 +58,7 @@ test_expect_success 'sink specified patch below a target' ' ' test_expect_success 'sink with conflict' ' - conflict_old stg sink --to=p2 p22 && + conflict stg sink --to=p2 p22 && test "$(echo $(stg series --applied --noprefix))" = "p1 p22" && test "$(echo $(stg status -c))" = "f2" '