mo/tests/invalid-option.sh
2016-07-21 09:47:37 -05:00

6 lines
147 B
Bash
Executable File

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