Unverified Commit c998d65c authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

smassh: fix version test (#345718)

parents b53e7090 fc0c0978
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ python3.pkgs.buildPythonApplication rec {
  passthru.tests.version = testers.testVersion {
    package = smassh;
    command = "HOME=$(mktemp -d) smassh --version";
    version = "smassh - v${version}";
  };

  meta = with lib; {