Skip to content

Commit a8bbbfb

Browse files
authored
Merge pull request #23 from devilbox/release-0.17
Fix tests
2 parents 8dfc1af + 12760bf commit a8bbbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/03-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
1919
CNF_DIR="$( mktemp -d )"
2020
chmod 0755 "${CNF_DIR}"
2121
CNF_KEY="general_log_file"
22-
CNF_VAL="devilbox.log"
22+
CNF_VAL="/var/log/devilbox.log"
2323
echo "[mysqld]" > "${CNF_DIR}/config.cnf"
2424
echo "${CNF_KEY} = ${CNF_VAL}" >> "${CNF_DIR}/config.cnf"
2525

0 commit comments

Comments
 (0)