From d269f27ec91354d6b2bd85d07a34b5ef47e49c10 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 18 Dec 2016 17:24:48 +0200 Subject: [PATCH] - Updated test to reflect recent changes. --- tests/test_nsd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_nsd.py b/tests/test_nsd.py index fe6f610..c88c58b 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 -- GitLab