mo/tests/double-hyphen.sh
2016-07-21 09:47:37 -05:00

6 lines
180 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 -- --help 2>&1