mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
removing splited files after test
This commit is contained in:
parent
3f606bb87d
commit
33de3066d5
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -9,5 +10,7 @@ func TestSplitFile(t *testing.T) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Error(err)
|
t.Error(err)
|
||||||
}
|
}
|
||||||
|
os.Remove("README.md.0")
|
||||||
|
os.Remove("README.md.1")
|
||||||
|
os.Remove("README.md.2")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue