mo/tests/invalid-option.sh

6 lines
147 B
Bash
Raw Normal View History

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