Skip to content

Commit e151c86

Browse files
committed
fix x11 test
1 parent 3564e68 commit e151c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/agentssh/x11_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func TestServer_X11(t *testing.T) {
3333
fs := afero.NewOsFs()
3434
dir := t.TempDir()
3535
s, err := agentssh.NewServer(ctx, logger, prometheus.NewRegistry(), fs, &agentssh.Config{
36+
X11SocketDir: dir,
3637
WorkingDirectory: func() string { return dir },
3738
})
3839
require.NoError(t, err)

0 commit comments

Comments
 (0)