Added support for quvi 0.9. Slightly suboptimal due to limitations in its interface compared with the old version.
This commit is contained in:
parent
fd431e3a78
commit
e2f50f5110
4 changed files with 64 additions and 10 deletions
|
@ -35,6 +35,7 @@ tests =
|
|||
, TestCase "wget" $ testCmd "wget" "wget --version >/dev/null"
|
||||
, TestCase "bup" $ testCmd "bup" "bup --version >/dev/null"
|
||||
, TestCase "quvi" $ testCmd "quvi" "quvi --version >/dev/null"
|
||||
, TestCase "newquvi" $ testCmd "newquvi" "quvi info >/dev/null"
|
||||
, TestCase "nice" $ testCmd "nice" "nice true >/dev/null"
|
||||
, TestCase "ionice" $ testCmd "ionice" "ionice -c3 true >/dev/null"
|
||||
, TestCase "gpg" $ maybeSelectCmd "gpg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue