We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb84f82 commit f1eded5Copy full SHA for f1eded5
1 file changed
tests/run_tests
@@ -49,11 +49,11 @@ do
49
50
for test_shell in bash ksh zsh
51
do
52
- test_shell_opts=
53
- if [ $test_shell = "zsh" ]; then
+ test_shell_opts=
+ if [ $test_shell = "zsh" ]; then
54
test_shell_opts="-o shwordsplit"
55
- fi
56
- export test_shell=$(which $test_shell)
+ fi
+ export test_shell=$(which $test_shell)
57
58
echo
59
echo '********************************************************************************'
0 commit comments