33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From 89547e4767a975a8a0b08393a7ea4c7645bc96ef Mon Sep 17 00:00:00 2001
|
|
From: Mark Hindley <mark@hindley.org.uk>
|
|
Date: Tue, 5 May 2020 21:28:55 +0200
|
|
Subject: 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 <mark@hindley.org.uk>
|
|
---
|
|
tests/ts/misc/fallocate | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
(limited to 'tests/ts/misc/fallocate')
|
|
|
|
diff --git a/tests/ts/misc/fallocate b/tests/ts/misc/fallocate
|
|
index 2f77ee928..ec3d2d2f8 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
|
|
|
|
--
|
|
cgit 1.2.3-1.el7
|
|
|