about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/audio/jellycli/fix-test-dir.patch
blob: 83cacfe9af0c0ac12de08bd87b966458ffa761bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/config/config_test.go b/config/config_test.go
index 9f63a7e..7e790b8 100644
--- a/config/config_test.go
+++ b/config/config_test.go
@@ -110,7 +110,7 @@ func TestInitEmptyConfig(t *testing.T) {
 		Subsonic: Subsonic{},
 		Player: Player{
 			Server:                "jellyfin",
-			LogFile:               "/tmp/jellycli.log",
+			LogFile:               "/build/jellycli.log",
 			LogLevel:              "info",
 			AudioBufferingMs:      150,
 			HttpBufferingS:        5,