summaryrefslogtreecommitdiffstats
path: root/tests/xlate/ipset-translate
Commit message (Collapse)AuthorAgeFilesLines
* tests: xlate: Test built binary by defaultPhil Sutter2023-03-101-0/+1
Testing the host's iptables-translate by default is unintuitive. Since the ipset-translate symlink is created upon 'make install', add a local symlink to the repository pointing at a built binary in src/. Using this by default is consistent with the regular testsuite. Signed-off-by: Phil Sutter <phil@nwl.cc>