From: Thomas Weißschuh Date: Mon, 17 Apr 2023 16:29:35 +0000 (+0200) Subject: fincore: (tests) correctly look for findmnt X-Git-Tag: v2.39-rc3~15^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=652fcc5409eb151d2b2357c871154bc21b0c9c6a;p=thirdparty%2Futil-linux.git fincore: (tests) correctly look for findmnt Signed-off-by: Thomas Weißschuh --- 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")"