mirror of
https://github.com/restic/restic.git
synced 2026-05-14 14:25:23 +00:00
Remove flags from tests
This commit is contained in:
+2
-2
@@ -103,11 +103,11 @@ var nodeTests = []restic.Node{
|
||||
}
|
||||
|
||||
func TestNodeRestoreAt(t *testing.T) {
|
||||
tempdir, err := ioutil.TempDir(*TestTempDir, "restic-test-")
|
||||
tempdir, err := ioutil.TempDir(TestTempDir, "restic-test-")
|
||||
OK(t, err)
|
||||
|
||||
defer func() {
|
||||
if *TestCleanup {
|
||||
if TestCleanup {
|
||||
OK(t, os.RemoveAll(tempdir))
|
||||
} else {
|
||||
t.Logf("leaving tempdir at %v", tempdir)
|
||||
|
||||
Reference in New Issue
Block a user