mo/tests/double-hyphen
2023-04-07 23:10:47 -05:00

11 lines
170 B
Bash
Executable File

#!/usr/bin/env bash
cd "${0%/*}" || exit 1
. ../run-tests
arguments=(-- --help)
returnCode=1
template=""
expected="cat: --help: No such file or directory"$'\n'
runTest