projects
/
util-linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
065f0bc
)
fincore: (tests) also use nosize error file
author
Thomas Weißschuh
<thomas@t-8ch.de>
Mon, 13 Nov 2023 20:05:59 +0000
(21:05 +0100)
committer
Chris Hofstaedtler
<zeha@debian.org>
Tue, 5 Dec 2023 03:22:29 +0000
(
04:22
+0100)
Link:
https://lore.kernel.org/util-linux/b8cafd0d89878949705782312dfe800ec2779035.camel@physik.fu-berlin.de/
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Gbp-Pq: Topic upstream
Gbp-Pq: Name fincore-tests-also-use-nosize-error-file.patch
tests/ts/fincore/count
patch
|
blob
|
history
diff --git
a/tests/ts/fincore/count
b/tests/ts/fincore/count
index c89ad9f89fe651c6f39f76e3348edf4ae87a6437..caf9c3a9cfd0e859cc8d83c44799f8d868f60c39 100755
(executable)
--- 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