urchin/tests/The setup script should not be sourced./A variable exported from setup should not be visible in an associated test script.

4 lines
74 B
Plaintext
Raw Normal View History

2012-10-11 00:43:23 -04:00
#!/bin/sh
echo "$variable_set_in_setup"
[ "$variable_set_in_setup" = '' ]