summaryrefslogtreecommitdiff
path: root/run-tests
diff options
context:
space:
mode:
authorBjorn Neergaard <bjorn@neersighted.com>2018-05-01 06:18:03 -0600
committerw0rp <w0rp@users.noreply.github.com>2018-05-01 13:18:03 +0100
commitae85695543c1e303ba062a5359a82c82cac53fd3 (patch)
treed1721711558b7abd228a7f9ff966faf21d5b741b /run-tests
parent3331f6c8f4a1a8ffff90ec1a2faea36eff55fe7c (diff)
downloadale-ae85695543c1e303ba062a5359a82c82cac53fd3.zip
Update run-tests to make use of /usr/bin/env (#1548)
* Update run-tests to make use of /usr/bin/env * Update run-vint * Update run-vader-tests * Update custom-linting-rules * Update custom-checks * Update check-toc * Update check-supported-tools-tables
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>
#