From f88781a9d197798a4dfa08a00029ae711dbed439 Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Tue, 22 Sep 2026 14:32:47 +0300 Subject: [PATCH] run_tests.sh uses "df -P" (one way for linux and macos) --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index fc27833d..fe114546 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -57,7 +57,7 @@ show_fs_state__impl() { set +x echo "------------- ${host_label} FS STATE" set -x - exec_command "df -T" "$prefix" + exec_command "df -P" "$prefix" } check_leftover_ports__impl() {