Skip to content

Commit

Permalink
Attempting to find solution for options errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness authored Jan 17, 2025
1 parent 0701cdf commit 0ee2fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/check_all_pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ tmpFile1=$(mktemp)
tmpFile2=$(mktemp)
logFile1=$(mktemp)
cookieFile=$(mktemp)
loadSaveCookie="--load-cookies ${cookieFile} --keep-session-cookies --save-cookies ${cookieFile}"
loadSaveCookie="--load-cookies=\"${cookieFile}\" --keep-session-cookies --save-cookies=\"${cookieFile}\""
started=1

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 0ee2fc8

Please sign in to comment.