From 73cb5b486a906779b408b27567d8717617acb3f6 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 10 Jul 2017 12:46:02 +0200 Subject: [PATCH] tests: aus.sh avoid duplicating arg list --- test/lib/aux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/aux.sh b/test/lib/aux.sh index a7692cbf0..6059b6a43 100644 --- a/test/lib/aux.sh +++ b/test/lib/aux.sh @@ -225,7 +225,7 @@ prepare_lvmetad() { # by setting LVM_TEST_LVMETAD_DEBUG_OPTS before calling inittest. echo -n "## preparing lvmetad..." $run_valgrind lvmetad -f "$@" -s "$TESTDIR/lvmetad.socket" \ - "${LVM_TEST_LVMETAD_DEBUG_OPTS--l all}" "$@" & + "${LVM_TEST_LVMETAD_DEBUG_OPTS--l all}" & echo $! > LOCAL_LVMETAD for i in {1..100} ; do test "$i" -eq 100 && die "Startup of lvmetad is too slow." -- 2.43.5