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