# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 2020-03-26 08:31:31 # Node ID 1bc345d488fd0abe66ac4e9ec5dd5c6b512db4fd # Parent 8cab8db59b6c5bd3dad7a8426fb4af03830c8972 tests: don't run test-update-atomic.t on chg I am unable to find a good way to make `showwrites` extension in it to work with chg. Also putting the use of showwrites inside `if no-chg` will defeat the purpose of test, so I just made the test no-op on chg. diff --git a/tests/test-update-atomic.t b/tests/test-update-atomic.t --- a/tests/test-update-atomic.t +++ b/tests/test-update-atomic.t @@ -1,4 +1,4 @@ -#require execbit unix-permissions +#require execbit unix-permissions no-chg Checking that experimental.atomic-file works.