Browse Source

[3422] Exclude keactrl from the process rename test.

Marcin Siodelski 11 years ago
parent
commit
f9e27fdbed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/tests/process_rename_test.py.in

+ 1 - 1
src/bin/tests/process_rename_test.py.in

@@ -47,7 +47,7 @@ class TestRename(unittest.TestCase):
 
         # Scripts named in this list are not expected to be renamed and
         # should be excluded from the scan.
-        EXCLUDED_SCRIPTS = ['isc-sysinfo', 'bind10']
+        EXCLUDED_SCRIPTS = ['isc-sysinfo', 'bind10', 'keactrl']
 
         # Regexp to find all the *_SCRIPTS = something lines (except for
         # noinst_SCRIPTS, which are scripts for tests), including line