Added support for quvi 0.9. Slightly suboptimal due to limitations in its interface compared with the old version.

This commit is contained in:
Joey Hess 2013-11-24 23:44:30 -04:00
parent fd431e3a78
commit e2f50f5110
4 changed files with 64 additions and 10 deletions

View file

@ -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"