aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFrank Denis <jedisct1@users.noreply.github.com>2016-12-09 08:58:13 +0100
committerEugene Kliuchnikov <eustas@google.com>2016-12-09 08:58:13 +0100
commit50bc3a7145e6bc35bec72ae9755bb6119b8accfb (patch)
treeb91d754e04aa61a428f834c834bd9464fa4af9f5 /tests
parentccabf811ffcef087d9f10cf417b05271c2067a82 (diff)
downloadbrotli-50bc3a7145e6bc35bec72ae9755bb6119b8accfb.zip
brotli-50bc3a7145e6bc35bec72ae9755bb6119b8accfb.tar.gz
brotli-50bc3a7145e6bc35bec72ae9755bb6119b8accfb.tar.bz2
Do not assume that bash is installed in /bin (#477)
This is required in order to run the tests on *BSD.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/compatibility_test.sh2
-rwxr-xr-xtests/roundtrip_test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/compatibility_test.sh b/tests/compatibility_test.sh
index d21e14a..c4f8298 100755
--- a/tests/compatibility_test.sh
+++ b/tests/compatibility_test.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Test that the brotli command-line tool can decompress old brotli-compressed
# files.
diff --git a/tests/roundtrip_test.sh b/tests/roundtrip_test.sh
index c8259c7..6bdfa59 100755
--- a/tests/roundtrip_test.sh
+++ b/tests/roundtrip_test.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Roundtrip test for the brotli command-line tool.