test borg special remote
Sponsored-by: Boyd Stephen Smith Jr. on Patreon
This commit is contained in:
parent
35bbf4514c
commit
5c105a8540
2 changed files with 29 additions and 0 deletions
|
@ -30,6 +30,7 @@ tests =
|
|||
, TestCase "rsync" $ testCmd "rsync" "rsync --version >/dev/null"
|
||||
, TestCase "curl" $ testCmd "curl" "curl --version >/dev/null"
|
||||
, TestCase "bup" $ testCmd "bup" "bup --version >/dev/null"
|
||||
, TestCase "borg" $ testCmd "borg" "borg --version >/dev/null"
|
||||
, TestCase "nice" $ testCmd "nice" "nice true >/dev/null"
|
||||
, TestCase "ionice" $ testCmd "ionice" "ionice -c3 true >/dev/null"
|
||||
, TestCase "nocache" $ testCmd "nocache" "nocache true >/dev/null"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue