aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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.