diff -r 55f8f3b6787f -r 7e5377bdb66e tests/test-purge-ignored-directory.t --- a/tests/test-purge-ignored-directory.t Fri Aug 05 14:18:13 2022 +0100 +++ b/tests/test-purge-ignored-directory.t Wed Aug 17 12:00:06 2022 +0200 @@ -5,9 +5,8 @@ $ echo 'ignored' > .hgignore $ hg ci -qA -m init -d'2 0' $ mkdir ignored - -The better behavior here is the non-rust behavior, which is to keep -the directory and only delete it when -i or --all is given. - + $ ls + ignored $ hg purge -v --no-confirm - removing directory ignored (known-bad-output rust !) + $ ls + ignored