mirror of
https://github.com/restic/restic.git
synced 2025-12-04 03:38:25 +00:00
Add "Test" prefix to backend test functions
This commit is contained in:
@@ -49,7 +49,7 @@ func createTempDir(t *testing.T) string {
|
||||
func TestTree(t *testing.T) {
|
||||
dir := createTempDir(t)
|
||||
defer func() {
|
||||
if TestCleanup {
|
||||
if TestCleanupTempDirs {
|
||||
RemoveAll(t, dir)
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user