diff --git a/mysql-test/suite/sys_vars/r/all_vars.result b/mysql-test/suite/sys_vars/r/all_vars.result
index bc36e2cb848f6ab87af4ef41c61b4aee66d695bf..0f741ff930a92a0af89901dae6e603467e7cef87 100644
--- a/mysql-test/suite/sys_vars/r/all_vars.result
+++ b/mysql-test/suite/sys_vars/r/all_vars.result
@@ -10,13 +10,5 @@ There should be *no* long test name listed below:
 select variable_name as `There should be *no* variables listed below:` from t2
 left join t1 on variable_name=test_name where test_name is null;
 There should be *no* variables listed below:
-INNODB_USE_NATIVE_AIO
-INNODB_PURGE_THREADS
-INNODB_PURGE_BATCH_SIZE
-INNODB_BUFFER_POOL_INSTANCES
-INNODB_USE_NATIVE_AIO
-INNODB_PURGE_THREADS
-INNODB_PURGE_BATCH_SIZE
-INNODB_BUFFER_POOL_INSTANCES
 drop table t1;
 drop table t2;