|
@@ -19,6 +19,7 @@ func setupSuite(t *testing.T) func(t *testing.T) {
|
|
return func(t *testing.T) {
|
|
return func(t *testing.T) {
|
|
t.Log("Cleaning up")
|
|
t.Log("Cleaning up")
|
|
err := os.RemoveAll(filePath)
|
|
err := os.RemoveAll(filePath)
|
|
|
|
+ os.RemoveAll("./system/")
|
|
if err != nil {
|
|
if err != nil {
|
|
t.Fatalf("Failed to clean up: %v", err)
|
|
t.Fatalf("Failed to clean up: %v", err)
|
|
}
|
|
}
|