(tests) Removes 'set -u' from bash as some variables may be unset in the script

This commit is contained in:
Henry Case 2018-02-26 14:18:55 +00:00 committed by Henry Dorsett Case
parent 1f3a180f14
commit c4dfbb897c

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -xeuo pipefail set -xeo pipefail
if [ "$1" = "INSTALL" ]; then if [ "$1" = "INSTALL" ]; then
# INSTALL <client> [<revision>] # INSTALL <client> [<revision>]