urchin/tests/The setup script should not be sourced./A variable exported from setup should not be visible in an associated test script.
2012-10-11 15:32:07 -04:00

4 lines
74 B
Bash
Executable File

#!/bin/sh
echo "$variable_set_in_setup"
[ "$variable_set_in_setup" = '' ]