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:
Matt Clay
2019-01-15 13:31:33 -08:00
parent 11b27b367c
commit 634533208e
3 changed files with 17 additions and 4 deletions

View File

@@ -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"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# start by removing pycrypto and cryptography