Fix "cleanup" flag

This commit is contained in:
Alexander Neumann 2015-04-26 15:40:25 +02:00
parent d19b23d4f1
commit edfd86624c
3 changed files with 3 additions and 6 deletions

View file

@ -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)