From fc83143867a37e34a51ce5a6d763b46715abf02d Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 24 Aug 2017 14:23:13 +0200 Subject: Renamed notify_inval_inode_fh to invalidate_path The previous name didn't make much sense. --- test/test_ctests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_ctests.py b/test/test_ctests.py index 2da55e5..469c867 100644 --- a/test/test_ctests.py +++ b/test/test_ctests.py @@ -35,7 +35,7 @@ def test_write_cache(tmpdir, writeback): subprocess.check_call(cmdline) -names = [ 'notify_inval_inode', 'notify_inval_inode_fh' ] +names = [ 'notify_inval_inode', 'invalidate_path' ] if sys.platform == 'linux': names.append('notify_store_retrieve') @pytest.mark.parametrize("name", names) @@ -70,7 +70,7 @@ def test_notify1(tmpdir, name, notify): def test_notify_file_size(tmpdir, notify): mnt_dir = str(tmpdir) cmdline = base_cmdline + \ - [ pjoin(basename, 'example', 'notify_inval_inode_fh'), + [ pjoin(basename, 'example', 'invalidate_path'), '-f', '--update-interval=1', mnt_dir ] if not notify: cmdline.append('--no-notify') -- cgit v1.2.3