mirror of https://github.com/pressly/goose.git
address comment
parent
d133095bcc
commit
0f83d35382
|
@ -33,8 +33,8 @@ func TestLiteBinary(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
|
||||
defer os.RemoveAll(dir) // clean up
|
||||
defer os.Remove("goose") // clean up
|
||||
defer os.RemoveAll(dir) // clean up
|
||||
defer os.Remove("./bin/goose") // clean up
|
||||
|
||||
commands := []string{
|
||||
fmt.Sprintf("./bin/goose -dir=%s create user_indices sql", dir),
|
||||
|
|
Loading…
Reference in New Issue