summaryrefslogtreecommitdiff
path: root/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests')
-rwxr-xr-xrun-tests5
1 files changed, 4 insertions, 1 deletions
diff --git a/run-tests b/run-tests
index 6004911a..c228f15d 100755
--- a/run-tests
+++ b/run-tests
@@ -1,4 +1,7 @@
-#!/bin/bash -eu
+#!/usr/bin/env bash
+
+set -e
+set -u
# Author: w0rp <devw0rp@gmail.com>
#