Remove a useless variable 79/243979/2
authorMateusz Majewski <m.majewski2@samsung.com>
Fri, 11 Sep 2020 12:19:44 +0000 (14:19 +0200)
committerMateusz Majewski <m.majewski2@samsung.com>
Mon, 14 Sep 2020 05:57:36 +0000 (07:57 +0200)
commit379f34647e6873180b45e41d4c8ebaab433a1d3b
tree4e02150a0a78c3b429aa628e5605e6c5985dc2b1
parent6b6b63b8f3bf5611ede2bef805c5a9bc2114bf09
Remove a useless variable

Note that it's quite important to put the variables and the check inside
of the pipeline. This is because the shell is allowed to run the pipeline
command in a subshell (here done explicitly, but even if we wouldn't put
an explicit subshell the shell could create one), and therefore not
propagate the changes outside, making the test useless.

Change-Id: Ie3bd27e38bbe88ede1b7dfcf63639befa0b47486
tests/dlog_test.in