mirror of
https://github.com/restic/restic.git
synced 2025-12-14 02:57:04 +00:00
Fix "cleanup" flag
This commit is contained in:
@@ -99,7 +99,7 @@ func testBackend(b backend.Backend, t *testing.T) {
|
||||
}
|
||||
|
||||
// remove content if requested
|
||||
if *testCleanup {
|
||||
if *TestCleanup {
|
||||
for _, test := range TestStrings {
|
||||
id, err := backend.ParseID(test.id)
|
||||
OK(t, err)
|
||||
|
||||
Reference in New Issue
Block a user