mas: use testers.testVersion
This commit is contained in:
parent
c154c1cd79
commit
fd39a60a42
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, stdenvNoCC
|
||||
, fetchurl
|
||||
, installShellFiles
|
||||
, testVersion
|
||||
, testers
|
||||
, mas
|
||||
}:
|
||||
|
||||
|
@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
'';
|
||||
|
||||
passthru.tests = {
|
||||
version = testVersion {
|
||||
version = testers.testVersion {
|
||||
package = mas;
|
||||
command = "mas version";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue