aoeu
This commit is contained in:
parent
fb1956880b
commit
c89dbb09cb
@ -1 +1,3 @@
|
|||||||
#urchin_export tmp=$(mktemp -d)
|
#!/bin/sh
|
||||||
|
|
||||||
|
export variable_set_in_setup='value'
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
echo "$variable_set_in_setup"
|
|
||||||
[ "$variable_set_in_setup" = 'aoeuhtns' ]
|
|
3
tests/setup-should-not-be-sourced/check-variable
Executable file
3
tests/setup-should-not-be-sourced/check-variable
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo "$variable_set_in_setup"
|
||||||
|
[ "$variable_set_in_setup" = '' ]
|
Loading…
Reference in New Issue
Block a user