diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/t0500-find.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0500-find.sh b/tests/t0500-find.sh index 5c2cc5b..3cf6815 100755 --- a/tests/t0500-find.sh +++ b/tests/t0500-find.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description='Find check' cd "$(dirname "$0")" |