diff --git a/tests/test_nsd.py b/tests/test_nsd.py index fe6f6106a6cb92a3f2da84e9639cc748f41eba60..c88c58bb7ae7d78eb064f4eed4b941d197247512 100644 --- a/tests/test_nsd.py +++ b/tests/test_nsd.py @@ -29,11 +29,9 @@ def test_nsd_config(Command, File, SystemInfo): def test_nsd_directories(File, SystemInfo, Sudo): if SystemInfo.type == 'openbsd': with Sudo(): - assert File('/var/nsd/etc/nsd.conf.d').is_directory assert File('/var/nsd/zones').is_directory elif SystemInfo.type == 'linux' and SystemInfo.distribution in ['debian', 'ubuntu']: - assert File('/etc/nsd/nsd.conf.d').is_directory assert File('/etc/nsd').is_directory