From: Thomas Weißschuh Date: Mon, 13 Nov 2023 20:05:59 +0000 (+0100) Subject: fincore: (tests) also use nosize error file X-Git-Tag: v2.40-rc1~160^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5715c117e727d4ff45e0d8568f188753620356e;p=thirdparty%2Futil-linux.git fincore: (tests) also use nosize error file Link: https://lore.kernel.org/util-linux/b8cafd0d89878949705782312dfe800ec2779035.camel@physik.fu-berlin.de/ Signed-off-by: Thomas Weißschuh --- diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count index c89ad9f89f..caf9c3a9cf 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