Remove flags from tests
This commit is contained in:
parent
002c7883c3
commit
030f08a410
7 changed files with 44 additions and 20 deletions
|
@ -102,7 +102,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