smassh: fix version test

This commit is contained in:
Austin Horstman 2024-10-01 10:33:34 -05:00
parent 8348471506
commit fc0c0978f2
No known key found for this signature in database

View File

@ -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; {