Unverified Commit fc0c0978 authored by Austin Horstman's avatar Austin Horstman
Browse files

smassh: fix version test

parent 83484715
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; {