summaryrefslogtreecommitdiff
path: root/test/sanity/code-smell/shebang.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanity/code-smell/shebang.py')
-rwxr-xr-xtest/sanity/code-smell/shebang.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sanity/code-smell/shebang.py b/test/sanity/code-smell/shebang.py
index 7dd2a2718a..61d883c846 100755
--- a/test/sanity/code-smell/shebang.py
+++ b/test/sanity/code-smell/shebang.py
@@ -28,6 +28,7 @@ def main():
'test/integration/targets/win_module_utils/library/legacy_only_new_way_win_line_ending.ps1',
'test/integration/targets/win_module_utils/library/legacy_only_old_way_win_line_ending.ps1',
'test/utils/shippable/timing.py',
+ 'test/integration/targets/gathering_facts/library/bogus_facts',
])
for path in sys.argv[1:] or sys.stdin.read().splitlines():