mo/tests/double-hyphen.sh
2019-07-19 21:43:42 -05:00

6 lines
183 B
Bash
Executable File

#!/usr/bin/env bash
# This should display a message indicating that the file --help
# could not be found. It should not display a help messsage.
cd "${0%/*}"
../mo -u -- --help 2>&1