aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-08-31 11:55:00 -0700
committerchrislu <chris.lu@gmail.com>2025-08-31 11:55:00 -0700
commit591ca3f2c5af90a6e64c5ca90d91b47ef2c211ae (patch)
treee5891c2ed6959eb0b1ee2b904c9414fee6ea3774
parentb563f9eb84f1f283fdd4721273158f8cd9679921 (diff)
downloadseaweedfs-591ca3f2c5af90a6e64c5ca90d91b47ef2c211ae.tar.xz
seaweedfs-591ca3f2c5af90a6e64c5ca90d91b47ef2c211ae.zip
Update posix_Makefile
-rw-r--r--test/fuse_integration/posix_Makefile4
1 files 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)"; \