summaryrefslogtreecommitdiff
path: root/test/test-rpm-macros.sh
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: drop manually-crafted message for missing variablesZbigniew Jędrzejewski-Szmek2022-05-041-1/+1
| | | | | | | | Bash will generate a very nice message for us: /tmp/ff.sh: line 1: SOMEVAR: parameter null or not set Let's save some keystrokes by not replacing this with our own inferior messages.
* test: check systemd RPM macrosFrantisek Sumsal2022-03-061-0/+162
Make sure our RPM macros work as intended. Based on the original PR (#16464) by Mikhail Novosyolov. Co-authored-by: Mikhail Novosyolov <m.novosyolov@rosalinux.ru>