Skip to content

Commit f1eded5

Browse files
committed
fix indentation
1 parent eb84f82 commit f1eded5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/run_tests

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ do
4949

5050
for test_shell in bash ksh zsh
5151
do
52-
test_shell_opts=
53-
if [ $test_shell = "zsh" ]; then
52+
test_shell_opts=
53+
if [ $test_shell = "zsh" ]; then
5454
test_shell_opts="-o shwordsplit"
55-
fi
56-
export test_shell=$(which $test_shell)
55+
fi
56+
export test_shell=$(which $test_shell)
5757

5858
echo
5959
echo '********************************************************************************'

0 commit comments

Comments
 (0)