Skip to content

Commit

Permalink
tests: no unbound variable without --quick
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jan 24, 2024
1 parent f3e939c commit 8c88107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mkdir -p output/ tmp/
touch output/nobackup tmp/nobackup

# If quick, overwrite config with cut-back version
if [[ "$1" == "--quick" ]]
if [[ "${1:-notquick}" == "--quick" ]]
then
cp .config_quick.yml config.yml
shift
Expand Down

0 comments on commit 8c88107

Please sign in to comment.