The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/diffutils#9b2b8d9dea62e1786736b14e6986431a5d87abf8
19 lines
459 B
YAML
19 lines
459 B
YAML
---
|
|
# Tests that run in classic context
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
- atomic
|
|
tests:
|
|
- cmp-s-returns-1-even-if-files-are-identical
|
|
- diff-hang-long-files
|
|
- diff-w-b-doesn-t-treat-U3000-IDEOGRAPHIC-SPACE-as-space
|
|
- diff-Z-hangs
|
|
- sdiff-does-not-recognize-E-option
|
|
- whitespace
|
|
required_packages:
|
|
- findutils # beakerlib needs find command
|