smartdns: fix version check

+4 -1
+4 -1
pkgs/tools/networking/smartdns/default.nix
··· 24 24 installFlags = [ "SYSCONFDIR=${placeholder "out"}/etc" ]; 25 25 26 26 passthru.tests = { 27 - version = testers.testVersion { package = smartdns; }; 27 + version = testers.testVersion { 28 + package = smartdns; 29 + command = "smartdns -v"; 30 + }; 28 31 }; 29 32 30 33 meta = with lib; {