Skip to content

Commit

Permalink
Fix shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer committed Apr 5, 2023
1 parent 2dc04d1 commit 9838d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/coverage-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2019-2021 Patryk Obara <[email protected]>

readonly test_config="$(pwd)/tests/files/xdg_config_home"
test_config="$(pwd)/tests/files/xdg_config_home"
readonly test_config

coverage_py () {
if command -v coverage >/dev/null ; then
Expand Down

0 comments on commit 9838d5c

Please sign in to comment.