From 652fcc5409eb151d2b2357c871154bc21b0c9c6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Mon, 17 Apr 2023 18:29:35 +0200 Subject: [PATCH] fincore: (tests) correctly look for findmnt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- tests/ts/fincore/count | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count index 6ad914d643..ba5f6cd590 100755 --- a/tests/ts/fincore/count +++ b/tests/ts/fincore/count @@ -6,7 +6,7 @@ TS_DESC="count file contents in core" . "$TS_TOPDIR"/functions.sh ts_init "$*" -ts_check_test_command "$TS_HELPER_FINDMNT" +ts_check_test_command "$TS_CMD_FINDMNT" ts_check_test_command "$TS_HELPER_SYSINFO" FS="$("$TS_CMD_FINDMNT" -nr -o FSTYPE -T "$PWD")" -- 2.47.3