mo/tests/double-hyphen

11 lines
170 B
Plaintext
Raw Normal View History

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