summaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index df88770..84ecdcd 100644
--- a/test.py
+++ b/test.py
@@ -22,7 +22,7 @@ class BootTest(unittest.TestCase):
def setUp(self):
try:
# it will interfere with results...
- os.file.remove("/etc/bootconf.conf")
+ os.file.remove("/etc/cobbler.conf")
except:
pass
self.api = api.BootAPI()