Skip to content

Commit

Permalink
Merge pull request #23 from devilbox/release-0.17
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
cytopia authored Nov 18, 2022
2 parents 8dfc1af + 12760bf commit a8bbbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/03-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
CNF_DIR="$( mktemp -d )"
chmod 0755 "${CNF_DIR}"
CNF_KEY="general_log_file"
CNF_VAL="devilbox.log"
CNF_VAL="/var/log/devilbox.log"
echo "[mysqld]" > "${CNF_DIR}/config.cnf"
echo "${CNF_KEY} = ${CNF_VAL}" >> "${CNF_DIR}/config.cnf"

Expand Down

0 comments on commit a8bbbfb

Please sign in to comment.