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)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 20 Nov 2019 21:26:39 +0000 (16:26 -0500)
commitae0abbdce371b5de1452281d9bb9911c5b568649
treedce9f698cf4837f50f39ef632a773cc907df08c5
parent4656d91f23f6d9bdfcbf1cfed580c75d6b31e84c
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.026078 seconds and 4 git commands to generate.