From: Jonathan Rajotte Date: Sun, 26 Apr 2015 21:14:16 +0000 (-0400) Subject: Fix: test: use "$@" to pass and quote argument X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=421b83dc9dc9cde8644bf343cc23c01a6752c826;hp=421b83dc9dc9cde8644bf343cc23c01a6752c826 Fix: test: use "$@" to pass and quote argument ${*} expands wildcard and does not preserve initial arguments. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau ---