summaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/template/path-init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coq-makefile/template/path-init.sh')
-rwxr-xr-xtest-suite/coq-makefile/template/path-init.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/template/path-init.sh b/test-suite/coq-makefile/template/path-init.sh
new file mode 100755
index 00000000..dd19ab2b
--- /dev/null
+++ b/test-suite/coq-makefile/template/path-init.sh
@@ -0,0 +1,5 @@
+set -e
+set -o pipefail
+
+export PATH="$COQBIN:$PATH"
+export LC_ALL=C