mo/tests/source-no-file.sh
2016-07-21 09:34:36 -05:00

9 lines
140 B
Bash
Executable File

#!/usr/bin/env bash
cd "${0%/*}"
echo "Do not display this" | ../mo --source= 2>&1
if [[ $? -ne 1 ]]; then
echo "Did not return 1"
fi