Probe for quvi version at run time.
Overhead: git annex addurl runs quvi --version once. And more bloat to Annex state..
This commit is contained in:
parent
9ec1441a94
commit
7ac37a7854
8 changed files with 80 additions and 43 deletions
|
@ -35,8 +35,6 @@ tests =
|
|||
, TestCase "curl" $ testCmd "curl" "curl --version >/dev/null"
|
||||
, 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 "nocache" $ testCmd "nocache" "nocache true >/dev/null"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue