From 99b81c19e0989786e26f66b0b43a68fc94b1ab62 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Wed, 8 Apr 2026 23:19:19 +0530 Subject: [PATCH] test_cephfs.py: remove rendundant call to purge_dir() Signed-off-by: Rishabh Dave --- src/test/pybind/test_cephfs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/pybind/test_cephfs.py b/src/test/pybind/test_cephfs.py index 0d3a906087ba..d9fc9aed71ff 100644 --- a/src/test/pybind/test_cephfs.py +++ b/src/test/pybind/test_cephfs.py @@ -866,9 +866,6 @@ def test_snapdiff(testdir): assert_equal(cnt, 2) diff.close() - # remove directory - purge_dir(b"/snapdiff_test"); - def test_single_target_command(): command = {'prefix': u'session ls', 'format': 'json'} mds_spec = "a" -- 2.47.3