1
0
mirror of https://github.com/vcrhonek/hwdata synced 2025-05-09 01:01:06 +08:00

Fix ids-files test

There's wget2-wget for F40+.

Signed-off-by: Vitezslav Crhonek <vcrhonek@redhat.com>
This commit is contained in:
Vitezslav Crhonek 2024-03-08 10:37:29 +01:00
parent d0cbfddb1f
commit ae1e4e68b1

View File

@ -39,7 +39,7 @@ USB_IDS_URL="http://www.linux-usb.org/usb.ids"
rlJournalStart
rlPhaseStartSetup
rlAssertRpm ${PACKAGE}
rlAssertRpm wget
rlIsFedora ">39" && rlAssertRpm wget2 || rlAssertRpm wget
rlAssertExists ${HWDATA_DIR}/${PCI_IDS_FILE}
rlAssertExists ${HWDATA_DIR}/${USB_IDS_FILE}
rlPhaseEnd