tests: test_auto_source_discovery_grouping: remove dir_sep variable
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 20 Nov 2019 16:24:47 +0000 (11:24 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 26 Nov 2019 19:24:17 +0000 (14:24 -0500)
commitbe3c0360c94492ce34219b9334048a62de7e0b14
tree4049aa7f6dc71fce2be28ee36d66b486afd841ef
parent4ef30ab5558466c9c65a5ed0438bab7b9f46d74c
tests: test_auto_source_discovery_grouping: remove dir_sep variable

It isn't used.  Fixes the following shellcheck diagnostics:

    In test_auto_source_discovery_grouping line 42:
            dir_sep='\'
                     ^-- SC1003: Want to escape a single quote? echo 'This is how it'\''s done'.

    In test_auto_source_discovery_grouping line 44:
            dir_sep='/'
            ^-----^ SC2034: dir_sep appears unused. Verify use (or export if used externally).

Reported-by: shellcheck
Change-Id: I9db00870cd697d5ad3bd5aa362a030a4b75f4e4c
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2419
Tested-by: jenkins <jenkins@lttng.org>
tests/cli/convert/test_auto_source_discovery_grouping
This page took 0.024343 seconds and 4 git commands to generate.