refactoring of user session counters

Fixes #792

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-04-14 19:07:41 +02:00
parent 5bc0f4f8af
commit 002a06629e
28 changed files with 542 additions and 199 deletions

View File

@@ -369,7 +369,7 @@ func TestTruncate(t *testing.T) {
}
func TestSCPBasicHandlingCryptoFs(t *testing.T) {
if len(scpPath) == 0 {
if scpPath == "" {
t.Skip("scp command not found, unable to execute this test")
}
usePubKey := true
@@ -427,7 +427,7 @@ func TestSCPBasicHandlingCryptoFs(t *testing.T) {
}
func TestSCPRecursiveCryptFs(t *testing.T) {
if len(scpPath) == 0 {
if scpPath == "" {
t.Skip("scp command not found, unable to execute this test")
}
usePubKey := true