summaryrefslogtreecommitdiffstats
path: root/debian/patches/upstream/fincore-tests-also-use-nosize-error-file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/upstream/fincore-tests-also-use-nosize-error-file.patch')
-rw-r--r--debian/patches/upstream/fincore-tests-also-use-nosize-error-file.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/upstream/fincore-tests-also-use-nosize-error-file.patch b/debian/patches/upstream/fincore-tests-also-use-nosize-error-file.patch
new file mode 100644
index 0000000..80a1ef1
--- /dev/null
+++ b/debian/patches/upstream/fincore-tests-also-use-nosize-error-file.patch
@@ -0,0 +1,25 @@
+From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= <thomas@t-8ch.de>
+Date: Mon, 13 Nov 2023 21:05:59 +0100
+Subject: fincore: (tests) also use nosize error file
+MIME-Version: 1.0
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+Link: https://lore.kernel.org/util-linux/b8cafd0d89878949705782312dfe800ec2779035.camel@physik.fu-berlin.de/
+Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
+---
+ tests/ts/fincore/count | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count
+index c89ad9f..caf9c3a 100755
+--- a/tests/ts/fincore/count
++++ b/tests/ts/fincore/count
+@@ -107,6 +107,7 @@ if test -f "$TS_EXPECTED.$PAGE_SIZE"; then
+ OUT_COLUMNS="PAGES,SIZE,FILE"
+ else
+ TS_EXPECTED+=".nosize"
++ TS_EXPECTED_ERR+=".nosize"
+ OUT_COLUMNS="PAGES,FILE"
+ fi
+