audiothekar: remove version test (#432862)

This commit is contained in:
Yohann Boniface
2025-08-12 00:20:04 +02:00
committed by GitHub
-4
View File
@@ -38,10 +38,6 @@ buildDotnetModule rec {
passthru = {
updateScript = ./update.sh;
tests.version = testers.testVersion {
package = audiothekar;
command = "audiothekar-cli --version";
};
};
meta = with lib; {