From 0f7c0619c3e552c5eb5f01a4d4efe7abc49cc726 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Mon, 17 Apr 2023 09:12:18 +0200 Subject: [PATCH] fincore: (tests) don't mark tests as known fail MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- tests/ts/fincore/count | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count index 3279c8aea6..6ad914d643 100755 --- a/tests/ts/fincore/count +++ b/tests/ts/fincore/count @@ -14,9 +14,6 @@ if [[ "$FS" = "tmpfs" ]]; then ts_skip "fincore does not work on tmpfs" fi -# Send patch if you know how to keep it portable and robust. Thanks. -TS_KNOWN_FAIL="yes" - function footer { echo "return value: $1" -- 2.47.3