Skip to content

Commit 112ba55

Browse files
committed
Fix test output expectation for Windows backslashes
1 parent 17734ac commit 112ba55

File tree

1 file changed

+2
-2
lines changed
  • ext/phar/tests/buildFromIterator_user_overrides

1 file changed

+2
-2
lines changed

ext/phar/tests/buildFromIterator_user_overrides/002.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ $workdir = __DIR__.'/002';
8484
--- Iteration 0 ---
8585
[ Found: %shello.txt ]
8686
[MTime]
87-
Entry content/hello.txt cannot be created: timestamp is limited to 32-bit
87+
Entry content%chello.txt cannot be created: timestamp is limited to 32-bit
8888
--- Iteration 1 ---
8989
[ Found: %shello.txt ]
9090
[MTime]
91-
Entry content/hello.txt cannot be created: getMTime() failed
91+
Entry content%chello.txt cannot be created: getMTime() failed
9292
--- Iteration 2 ---
9393
[ Found: %shello.txt ]
9494
[MTime]

0 commit comments

Comments
 (0)