diff options
Diffstat (limited to 'tests/t0050-mv-tests.sh')
-rwxr-xr-x | tests/t0050-mv-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0050-mv-tests.sh b/tests/t0050-mv-tests.sh index 7a45249..6561286 100755 --- a/tests/t0050-mv-tests.sh +++ b/tests/t0050-mv-tests.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description='Test mv command' cd "$(dirname "$0")" |