[PECL-CVS] [pecl-file_system-xattr] master: avoid BORK from clean section

[email protected] (Remi Collet)
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Remi Collet (remicollet)
Date: 2026-08-14T11:58:01+02:00

Commit: https://github.com/php/pecl-file_system-xattr/commit/1c5edeec13b464abe4050e815d105ba2ca0b2962
Raw diff: https://github.com/php/pecl-file_system-xattr/commit/1c5edeec13b464abe4050e815d105ba2ca0b2962.diff

avoid BORK from clean section

Changed paths:
  M  tests/002-set-get.phpt


Diff:

diff --git a/tests/002-set-get.phpt b/tests/002-set-get.phpt
index 1555b1a..21231ff 100644
--- a/tests/002-set-get.phpt
+++ b/tests/002-set-get.phpt
@@ -36,7 +36,7 @@ var_dump(xattr_get($fic, $attr));
 ?>
 Done
 --CLEAN--
-<?php unlink('foo.txt'); ?>
+<?php @unlink('foo.txt'); ?>
 --EXPECT--
 -- Supported
 bool(true)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.