urchin/tests.old/The setup script should not be sourced./A variable exported from setup should not be visible in an associated test script.
2016-02-28 18:24:14 +00:00

4 lines
74 B
Bash
Executable File

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