Skip to content

Commit 64e2ede

Browse files
committed
Addendum to the fix for bug #24557925: fixed the test to be platform independent
1 parent 57ebe2d commit 64e2ede

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mysql-test/r/mysql_config_editor.result

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,4 @@ mysqld is alive
272272
#
273273
# Restarting the server. Should work
274274
# Cleanup
275-
/home/gkodinov/work/B24557925-5.6/client//mysql_config_editor remove --login-path=mysqld
276275
# End of 5.6 tests

mysql-test/t/mysql_config_editor.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ DROP USER test_user1, test_user2;
215215
--source include/restart_mysqld.inc
216216

217217
--echo # Cleanup
218-
--echo $MYSQL_CONFIG_EDITOR remove --login-path=mysqld
218+
--exec $MYSQL_CONFIG_EDITOR remove --login-path=mysqld
219219
--remove_file $MYSQL_TEST_LOGIN_FILE
220220

221221
--echo # End of 5.6 tests

0 commit comments

Comments
 (0)