From 591ca3f2c5af90a6e64c5ca90d91b47ef2c211ae Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 31 Aug 2025 11:55:00 -0700 Subject: [PATCH] Update posix_Makefile --- test/fuse_integration/posix_Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fuse_integration/posix_Makefile b/test/fuse_integration/posix_Makefile index 0d959bace..733d28758 100644 --- a/test/fuse_integration/posix_Makefile +++ b/test/fuse_integration/posix_Makefile @@ -206,8 +206,8 @@ test-pjdfstest: setup-external-tools test-nfstest-posix: @echo "$(CYAN)[TEST] Running nfstest_posix...$(RESET)" @if command -v nfstest_posix >/dev/null 2>&1; then \ - mkdir -p /tmp/nfstest_mount; \ - nfstest_posix --path /tmp/nfstest_mount --verbose 2>&1 | \ + mkdir -p $(MOUNT_POINT); \ + nfstest_posix --path $(MOUNT_POINT) --verbose 2>&1 | \ tee $(REPORT_DIR)/nfstest_results.log; \ else \ echo "$(YELLOW)[WARNING] nfstest_posix not available$(RESET)"; \