We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a93c95 commit 8f68fccCopy full SHA for 8f68fcc
test/run_tests/run_tests.sh
@@ -90,7 +90,7 @@ do
90
rm -f "${args[1]}".lock
91
92
if [[ "$env" != "" && "$env" != "${args[2]}" ]]; then continue; fi
93
- export "${args[2]}"
+ export ${args[2]}
94
95
if [[ "$ruby" != "" && "$ruby" != "${args[0]}" ]]; then continue; fi
96
if [[ "${args[0]}" != "$current_ruby" ]]; then
0 commit comments