diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/t0001-sanity-checks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0001-sanity-checks.sh b/tests/t0001-sanity-checks.sh index 4ce8d09..92cb785 100755 --- a/tests/t0001-sanity-checks.sh +++ b/tests/t0001-sanity-checks.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description='Sanity checks' cd "$(dirname "$0")" |