Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/config/config_test.go b/config/config_test.go 2index 9f63a7e..7e790b8 100644 3--- a/config/config_test.go 4+++ b/config/config_test.go 5@@ -110,7 +110,7 @@ func TestInitEmptyConfig(t *testing.T) { 6 Subsonic: Subsonic{}, 7 Player: Player{ 8 Server: "jellyfin", 9- LogFile: "/tmp/jellycli.log", 10+ LogFile: "/build/jellycli.log", 11 LogLevel: "info", 12 AudioBufferingMs: 150, 13 HttpBufferingS: 5,