diff options
| author | Jan Sucan <jan@jansucan.com> | 2023-08-10 17:35:23 +0200 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2023-10-15 15:22:09 +0200 |
| commit | e08b279293158074fcac708f8910743d24b1ce25 (patch) | |
| tree | 82e6b7e725aaf54ec2b19dd628b64e28556ece86 /tests/008-help_option.sh | |
| parent | 55256d41dbd8fb8b7adf3b808c9cb71c3e017cac (diff) | |
tests: Use bash instead of sh
Diffstat (limited to 'tests/008-help_option.sh')
| -rw-r--r-- | tests/008-help_option.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/008-help_option.sh b/tests/008-help_option.sh index d874780..494aeac 100644 --- a/tests/008-help_option.sh +++ b/tests/008-help_option.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash source ./assert.sh |
