mirror of
https://github.com/restic/restic.git
synced 2025-08-12 15:07:53 +00:00
Remove debug output for tests
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
package sftp_test
|
package sftp_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
@@ -28,7 +27,6 @@ func createTempdir() error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("created new test backend at %v\n", tempdir)
|
|
||||||
tempBackendDir = tempdir
|
tempBackendDir = tempdir
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@@ -74,7 +72,6 @@ func init() {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("removing test backend at %v\n", tempBackendDir)
|
|
||||||
err := os.RemoveAll(tempBackendDir)
|
err := os.RemoveAll(tempBackendDir)
|
||||||
tempBackendDir = ""
|
tempBackendDir = ""
|
||||||
return err
|
return err
|
||||||
|
Reference in New Issue
Block a user