Files
rex/sample/components/independent_test_1.bash
2023-02-15 18:44:21 -05:00

6 lines
176 B
Bash
Executable File

#!/bin/bash
echo "This is an independent test. It does not depend on other tests."
echo "Environment file check: TEST_VAR from environment file is set to: $TEST_VAR"
exit $?