]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fincore: (tests) also use nosize error file
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 13 Nov 2023 20:05:59 +0000 (21:05 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 13 Nov 2023 20:05:59 +0000 (21:05 +0100)
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

index c89ad9f89fe651c6f39f76e3348edf4ae87a6437..caf9c3a9cfd0e859cc8d83c44799f8d868f60c39 100755 (executable)
@@ -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