mirror of
https://github.com/tests-always-included/mo.git
synced 2025-04-09 18:21:15 +00:00
Add trivial test, that processing fails when tool is not invoked
This commit is contained in:
parent
61151b307b
commit
0036b48238
@ -1,2 +1,3 @@
|
||||
base
|
||||
subshell-simple
|
||||
subshell-undeclared
|
||||
|
8
meta-tests/subshell-undeclared.sh
Executable file
8
meta-tests/subshell-undeclared.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
bash << "EOF"
|
||||
source ./run-basic-tests
|
||||
if ! (( FAIL )); then
|
||||
exit 1
|
||||
fi
|
||||
EOF
|
Loading…
x
Reference in New Issue
Block a user