archlinux-downgrade / downgrade

Downgrade packages in Arch Linux
GNU General Public License v2.0
541 stars 24 forks source link

Patch pacignore tests #214

Closed atreyasha closed 1 year ago

atreyasha commented 1 year ago

Checklist

Description

This PR implements two minor changes to our tests:

  1. Previously, we dumped certain fixtures for pacignore to the /tmp directory as we could not use the act-like feature for this. I decided to move the dump to /tmp/pacignore/test just to be explicit where these temporary files come from.

  2. Rename PACMAN_CONF_TEST to PACMAN_CONF as it is better to have one consistent variable name than two.