diff options
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -354,7 +354,7 @@ done function enable_tests() { for test; do - declare -g run_$test=yes + eval run_$test=yes done } |