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