]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: Fix for misc/fallocate test build failure.
authorMark Hindley <mark@hindley.org.uk>
Tue, 5 May 2020 19:28:55 +0000 (21:28 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 6 May 2020 13:14:48 +0000 (15:14 +0200)
This was already a known possible failure case. However, in the migration to a
clearer separation of stdout and stderr in the testsuite, the logfile used to
detect the failure was not updated.

Signed-off-by: Mark Hindley <mark@hindley.org.uk>
tests/ts/misc/fallocate

index 2f77ee928a55f81ac64421864af51e1b1d4a7a46..ec3d2d2f80818e43c809b1e5bf7a58f4632e6fc5 100755 (executable)
@@ -30,7 +30,7 @@ else
        # fs type of $TS_OUTDIR, could be used to skip this test early
        fs_type=$(${TS_CMD_FINDMNT} -n -o FSTYPE -T ${TS_OUTDIR})
 
-       grep -qi "fallocate: fallocate failed:.*not supported" $TS_OUTPUT \
+       grep -qi "fallocate: fallocate failed:.*not supported" $TS_ERRLOG \
                && ts_skip "'${fs_type}' not supported"
 fi