smassh: fix version test
This commit is contained in:
parent
8348471506
commit
fc0c0978f2
@ -41,6 +41,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
passthru.tests.version = testers.testVersion {
|
passthru.tests.version = testers.testVersion {
|
||||||
package = smassh;
|
package = smassh;
|
||||||
command = "HOME=$(mktemp -d) smassh --version";
|
command = "HOME=$(mktemp -d) smassh --version";
|
||||||
|
version = "smassh - v${version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user