Fix end-to-end test pipefail configuration

This commit is contained in:
Tobias Schmidt 2015-10-17 06:31:51 -04:00
parent 6cc5a6ec56
commit eee6298266

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -euf +o pipefail
set -euf -o pipefail
cd "$(dirname $0)"