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 bf04394..f20664e 100755 --- a/tests/t0001-sanity-checks.sh +++ b/tests/t0001-sanity-checks.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash test_description='Sanity checks' . ./setup.sh |