diff options
Diffstat (limited to 'smoketest/scripts/system')
| -rwxr-xr-x | smoketest/scripts/system/test_kernel_options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/system/test_kernel_options.py b/smoketest/scripts/system/test_kernel_options.py index d3de78e4c..3cc22da07 100755 --- a/smoketest/scripts/system/test_kernel_options.py +++ b/smoketest/scripts/system/test_kernel_options.py @@ -146,7 +146,7 @@ class TestKernelModules(unittest.TestCase): self.assertTrue(tmp) def test_inotify_stackfs(self): - for option in ['CONFIG_INOTIFY_USER', 'CONFIG_INOTIFY_STACKFS']: + for option in ['CONFIG_INOTIFY_USER']: tmp = re.findall(f'{option}=y', self._config_data) self.assertTrue(tmp) |
