mo/tests/partial-missing.sh

10 lines
178 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
cd "${0%/*}"
2019-07-20 02:10:42 +00:00
../mo -u partial-missing.template 2>&1
returned=$?
2019-07-20 02:10:42 +00:00
if [[ $returned -ne 1 ]]; then
echo "Did not return 1. Instead, returned $returned."
fi