mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix integration test shebangs and update tests.
* Integration tests now have their own list of allowed shebangs. * Use `#!/usr/bin/env bash` instead of `#!/bin/bash` since the location is different on various platforms.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Wrapper to use the correct Python interpreter and support code coverage.
|
||||
|
||||
REL_SCRIPT="../../../../contrib/inventory/foreman.py"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# start by removing pycrypto and cryptography
|
||||
|
||||
|
||||
Reference in New Issue
Block a user