Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 39f323e

Browse files
committed
Use bash from environment.
1 parent b7e05d2 commit 39f323e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/bash/test_bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Run tests against binary packaged for the present platform.
33

44
# Required environment variables:

test/bash/test_suite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Test project-built binary.
33

44
set -e

0 commit comments

Comments
 (0)