A formating issue introduced by
15da468cd causes the temporary
directory of the a test to be initialized incorrectly, causing it to
fail when it is not skipped (executed as a non-root user).
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Idd09f27fa2ce0f5991056ab52bc1718080122151
# Redirect the error output to a temporary file
- ERROR_OUTPUT_DEST=$(mktemp) start_lttng_relayd_opt 1 "-b" "-v --working-dir $working_dir"
+ ERROR_OUTPUT_DEST=$(mktemp)
+ start_lttng_relayd_opt 1 "-b" "-v --working-dir $working_dir"
pid=$(pgrep "$RELAYD_MATCH")
ok $? "Found lttng-relayd"