From 77105d2d551573cb4959f32b2a8b855c96b4be4a Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja.osipov@gmail.com> Date: Tue, 1 Mar 2011 16:53:03 +0300 Subject: [PATCH] Adjust tests after merge from master-stable. --- test/box/args.result | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/box/args.result b/test/box/args.result index 91937f0c5d..d2b3578891 100644 --- a/test/box/args.result +++ b/test/box/args.result @@ -74,9 +74,9 @@ tarantool_box -V # Verify that this is not the case, and snap_dir and xlog_dir # can be relative to work_dir. -tarantool_silverbox --config=bug726778.cfg --init-storage -tarantool_silverbox: namespace 0 successfully configured -tarantool_silverbox: creating `snapshots/00000000000000000001.snap.inprogress' -tarantool_silverbox: saving snapshot `snapshots/00000000000000000001.snap' -tarantool_silverbox: done +tarantool_box --config=bug726778.cfg --init-storage +tarantool_box: namespace 0 successfully configured +tarantool_box: creating `snapshots/00000000000000000001.snap.inprogress' +tarantool_box: saving snapshot `snapshots/00000000000000000001.snap' +tarantool_box: done -- GitLab