Remove SuspendSignalHandler

This commit is contained in:
Alexander Neumann 2018-01-17 23:14:47 +01:00
parent c31a5e7e5c
commit 0bdb131521
5 changed files with 11 additions and 29 deletions

View file

@ -46,7 +46,7 @@ func TestLayout(t *testing.T) {
Command: fmt.Sprintf("%q -e", sftpServer),
Path: repo,
Layout: test.layout,
}, nil, nil)
})
if err != nil {
t.Fatal(err)
}