From: Mark Hindley Date: Tue, 5 May 2020 19:28:55 +0000 (+0200) Subject: tests: Fix for misc/fallocate test build failure. X-Git-Tag: v2.36-rc1~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89547e4767a975a8a0b08393a7ea4c7645bc96ef;p=thirdparty%2Futil-linux.git tests: Fix for misc/fallocate test build failure. 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 --- diff --git a/tests/ts/misc/fallocate b/tests/ts/misc/fallocate index 2f77ee928a..ec3d2d2f80 100755 --- a/tests/ts/misc/fallocate +++ b/tests/ts/misc/fallocate @@ -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