comparison tests/test-update-atomic.t @ 44620:1bc345d488fd

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.
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 26 Mar 2020 14:01:31 +0530
parents 0a0927f7549d
children 0826d684a1b5
comparison
equal deleted inserted replaced
44619:8cab8db59b6c 44620:1bc345d488fd
1 #require execbit unix-permissions 1 #require execbit unix-permissions no-chg
2 2
3 Checking that experimental.atomic-file works. 3 Checking that experimental.atomic-file works.
4 4
5 $ cat > $TESTTMP/show_mode.py <<EOF 5 $ cat > $TESTTMP/show_mode.py <<EOF
6 > from __future__ import print_function 6 > from __future__ import print_function