forked from TrueCloudLab/restic
Fix "cleanup" flag
This commit is contained in:
parent
d19b23d4f1
commit
edfd86624c
3 changed files with 3 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue