From c4e179226772ff34be2f73a47687e525bbf3854b Mon Sep 17 00:00:00 2001 From: Yurun Date: Tue, 16 Jun 2026 20:08:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(tests):=20=E4=BF=AE=E5=A4=8D=20Windows=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=20aot/basic/file=5Foperations.phpt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/aot/basic/file_operations.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/aot/basic/file_operations.phpt b/tests/aot/basic/file_operations.phpt index 64a67dbd..07b3c9b7 100644 --- a/tests/aot/basic/file_operations.phpt +++ b/tests/aot/basic/file_operations.phpt @@ -97,8 +97,8 @@ rmdir($tempDir); echo "Cleanup completed\n"; ?> --EXPECTF-- -Directory created: /tmp/aot_test_%s -File created: /tmp/aot_test_%s/test.txt +Directory created: %s +File created: %s/test.txt File content: Hello, World! This is a test file. @@ -114,8 +114,8 @@ Directory contents: - second_test.txt - test.txt First line from handle: Hello, World! -File copied to: /tmp/aot_test_%s/copied_test.txt -File moved to: /tmp/aot_test_%s/moved_test.txt +File copied to: %s/copied_test.txt +File moved to: %s/moved_test.txt Is test file a file: yes Is temp dir a directory: yes File modification time: %d-%d-%d %d:%d:%d