generic: reorder output to stderr and stdout from _scratch_mkfs
authorVladimir Zapolskiy <vladimir@tuxera.com>
Sat, 11 Jul 2020 09:23:19 +0000 (12:23 +0300)
committerEryu Guan <guaneryu@gmail.com>
Sun, 19 Jul 2020 17:15:47 +0000 (01:15 +0800)
commit98c3ec60484a3b5e320aec038b18ae9efae5a0d7
tree8bbe3bf8ffe77c3a961e3b63033b2bc646c45a62
parent1895ea4b424917e50a833a41546d4ad2c80324c2
generic: reorder output to stderr and stdout from _scratch_mkfs

The change fixes false positives from generic/554 and generic/565 tests,
when supplementary output of an mkfs utility to stderr apprears to be mixed
into the test output, which results into non-empty diff with the expected
output found in *.out files.

The change unifies _scratch_mkfs redirections among all generic tests, these
two modified tests are the only ones with the swapped order of output
redirections.

Signed-off-by: Vladimir Zapolskiy <vladimir@tuxera.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/554
tests/generic/565