diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-19 12:29:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-19 12:29:15 +0200 |
commit | ba8ff7f35e870a10bb0bd68b3ba0ec9ab43b8576 (patch) | |
tree | 0a38423c990da74801d436d30f5419c86f86e38b /tests/005-rpminfo-full.phpt | |
parent | 50e5316d5a3cff209d9686340d0ffe47c422c762 (diff) |
add symlink
Diffstat (limited to 'tests/005-rpminfo-full.phpt')
-rw-r--r-- | tests/005-rpminfo-full.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/005-rpminfo-full.phpt b/tests/005-rpminfo-full.phpt index 90080da..15c158d 100644 --- a/tests/005-rpminfo-full.phpt +++ b/tests/005-rpminfo-full.phpt @@ -24,8 +24,10 @@ Done --- bidon.rpm --- string(5) "bidon" string(15) "A dummy package" -array(1) { +array(2) { [0]=> + string(14) "- add symlinks" + [1]=> string(20) "- add some hardlinks" } bool(false) |