oops
This commit is contained in:
parent
ea5e74b03e
commit
693e6cd438
8
urchin
8
urchin
@ -3,10 +3,10 @@
|
||||
recurse() {
|
||||
potential_test="$1"
|
||||
|
||||
[ potential_test = 'setup_dir' ] && return
|
||||
[ potential_test = 'teardown_dir' ] && return
|
||||
[ potential_test = 'setup' ] && return
|
||||
[ potential_test = 'teardown' ] && return
|
||||
[ "$potential_test" = 'setup_dir' ] && return
|
||||
[ "$potential_test" = 'teardown_dir' ] && return
|
||||
[ "$potential_test" = 'setup' ] && return
|
||||
[ "$potential_test" = 'teardown' ] && return
|
||||
|
||||
if [ -d "$potential_test" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user