Skip to content

Commit 5eab5bb

Browse files
WangXiangUSTCIANTHEREAL
authored andcommitted
change test file to /tmp (#443) (#448)
1 parent ba468df commit 5eab5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drainer/checkpoint/pb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
func (t *testCheckPointSuite) TestPb(c *C) {
10-
fileName := "test"
10+
fileName := "/tmp/test"
1111
notExistFileName := "test_not_exist"
1212
cfg := new(Config)
1313
cfg.CheckPointFile = fileName

0 commit comments

Comments
 (0)