aboutsummaryrefslogtreecommitdiff
path: root/modules/crypto/ssh/session_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/ssh/session_test.go')
-rwxr-xr-xmodules/crypto/ssh/session_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/crypto/ssh/session_test.go b/modules/crypto/ssh/session_test.go
index dcc150b8..628845e4 100755
--- a/modules/crypto/ssh/session_test.go
+++ b/modules/crypto/ssh/session_test.go
@@ -16,7 +16,7 @@ import (
"net"
"testing"
- "github.com/gogits/gogs/modules/ssh/terminal"
+ "github.com/gogits/gogs/modules/crypto/ssh/terminal"
)
type serverType func(Channel, <-chan *Request, *testing.T)