Files
rex/test/components/dependent_test.bash
Chris Punches 89f734de84 pre-release
2021-04-04 21:21:05 -04:00

6 lines
149 B
Bash
Executable File

#!/bin/bash
echo "dependent test"
echo This test depends on another test having succeeded in order to execute.
echo This tests dependencies.
exit $?