From 50bc3a7145e6bc35bec72ae9755bb6119b8accfb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 9 Dec 2016 08:58:13 +0100 Subject: Do not assume that bash is installed in /bin (#477) This is required in order to run the tests on *BSD. --- tests/compatibility_test.sh | 2 +- tests/roundtrip_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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. -- cgit v1.1