Skip to content

Commit

Permalink
ok shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 3, 2023
1 parent 3688833 commit ad41759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ function run_test()
command="$(printf "$command_template" $joufile)"
fi

local diffpath=tmp/tests/diff$(printf "%04d" $counter).txt # consistent alphabetical order
local diffpath
diffpath=tmp/tests/diff$(printf "%04d" $counter).txt # consistent alphabetical order

printf "\n\n\x1b[33m*** Command: %s ***\x1b[0m\n\n" "$command" > $diffpath

Expand Down

0 comments on commit ad41759

Please sign in to comment.