From 8d9201fd510b75cd03207b8c6f5b57e1a1f5026b Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 18 Jun 2014 15:58:28 +0200 Subject: [PATCH] tests: remove spurious and harmless find command Signed-off-by: Loic Dachary --- src/test/osd/osd-config.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/osd/osd-config.sh b/src/test/osd/osd-config.sh index 1f3831941351..2b58bd955772 100755 --- a/src/test/osd/osd-config.sh +++ b/src/test/osd/osd-config.sh @@ -42,7 +42,6 @@ function TEST_config_init() { --osd-map-cache-size $cache \ --osd-pg-epoch-persisted-max-stale $stale \ || return 1 - find $dir CEPH_ARGS='' ./ceph --admin-daemon $dir/ceph-osd.0.asok log flush || return 1 grep 'is not > osd_map_max_advance' $dir/osd-0.log || return 1 grep 'is not > osd_pg_epoch_persisted_max_stale' $dir/osd-0.log || return 1 -- 2.47.3