summaryrefslogtreecommitdiffstats
path: root/test/test-config.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-config.py')
-rwxr-xr-xtest/test-config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-config.py b/test/test-config.py
index 1ecae93..ed5b02e 100755
--- a/test/test-config.py
+++ b/test/test-config.py
@@ -194,9 +194,9 @@ class StasSysConfUnitTest(unittest.TestCase):
],
FNAME_4: [
'[Host]\n',
- 'nqn=file:///some/non/exisiting/file/!@#\n',
- 'id=file:///some/non/exisiting/file/!@#\n',
- 'symname=file:///some/non/exisiting/file/!@#\n',
+ 'nqn=file:///some/non/existing/file/!@#\n',
+ 'id=file:///some/non/existing/file/!@#\n',
+ 'symname=file:///some/non/existing/file/!@#\n',
],
}