DEBSOURCES
Skip Quicknav
sources / rdiff-backup / 2.2.6-3 / debian / tests / fs
1234567891011
#!/bin/sh set -ex # Setup test environment python3 testing/commontest.py for test in fs_abilitiestest.py eas_aclstest.py do python3 "testing/${test}" done