X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/923309140a6f091df9ed7120d7c818586c980c86..27b0f9e4669780e65afce41e64c713c8c6f4e196:/t/t3000-dirty-merge.sh diff --git a/t/t3000-dirty-merge.sh b/t/t3000-dirty-merge.sh index dd81c9e..d87bba1 100755 --- a/t/t3000-dirty-merge.sh +++ b/t/t3000-dirty-merge.sh @@ -22,7 +22,7 @@ test_expect_success 'Pop one patch and update the other' ' stg refresh ' -test_expect_failure 'Push with dirty worktree' ' +test_expect_success 'Push with dirty worktree' ' echo 4 > a && [ "$(echo $(stg applied))" = "p1" ] && [ "$(echo $(stg unapplied))" = "p2" ] &&