tmux/tests/tests.yml
David Cantrell 94f9e7ea34 Upgrade to tmux-3.2a (CVE-2020-27347)
Resolves: rhbz#2003007

Signed-off-by: David Cantrell <david.l.cantrell@gmail.com>
2021-12-03 11:38:29 -05:00

26 lines
565 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- tmux
tests:
- exists:
dir: scripts/
run: ./exists.sh
- correct-elf:
dir: scripts/
run: ./correct-elf.sh
- filename-lowercase:
dir: scripts/
run: ./filename-lowercase.sh
- help-output:
dir: scripts/
run: ./help-output.sh
- launch-top:
dir: scripts/
run: ./launch-top.sh