diff --git a/test/box/configuration.result b/test/box/configuration.result
index 97a308074b9b21bb56b375d51133ab88080c566d..d82cca93563bb78f3457a2afbb05f0ab4e5d212d 100644
--- a/test/box/configuration.result
+++ b/test/box/configuration.result
@@ -209,8 +209,8 @@ ok
 # Bug#100 Segmentation fault if rows_per_wal = 1
 #  (https://github.com/tarantool/tarantool/issues/100)
 
-tarantool_box -c /data/work/tarantool/stable/test/box/tarantool_bug_gh100.cfg
-/data/work/tarantool/stable/src/box/tarantool_box: can't load config:
+tarantool_box -c tarantool_bug_gh100.cfg
+tarantool_box: can't load config:
  - rows_per_wal must be greater than one
 
 
diff --git a/test/box/configuration.test b/test/box/configuration.test
index f771133a1fc4ace2253a589ec247d002e7be155e..887cfff0c715da0b5e18ee1212c23994795a2022 100644
--- a/test/box/configuration.test
+++ b/test/box/configuration.test
@@ -62,7 +62,9 @@ print """
 """
 # stop current server
 server.stop()
+sys.stdout.push_filter("(/\S+)+/tarantool", "tarantool")
 server.test_option("-c " + os.path.join(os.getcwd(), "box/tarantool_bug_gh100.cfg"))
+sys.stdout.pop_filter()
 
 print """
 #  Test field type conflict in keys