Metadata update of test for RHEL-74127
This commit is contained in:
parent
ab046a1de4
commit
6b64fdb6a5
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
summary: glob2regpat returns bad result on s390x
|
||||
description: According to upstream tests, the glob2regpat('**') function should return .*. However, on the s390x architecture, the function unexpectedly returns $, which does not align with the expected behavior from the test.
|
||||
description: According to upstream tests, the glob2regpat('**') function should return
|
||||
.*. However, on the s390x architecture, the function unexpectedly returns $, which
|
||||
does not align with the expected behavior from the test.
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
|
|
@ -18,3 +20,5 @@ adjust:
|
|||
- enabled: false
|
||||
when: distro < rhel-7
|
||||
continue: false
|
||||
extra-nitrate: TC#0618296
|
||||
id: ce6f059b-6f31-49ee-9245-4dc389aa8c22
|
||||
Loading…
Add table
Add a link
Reference in a new issue