1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Modify func name from TestChtimes to TestChtimesLinux

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>

Modify func note

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
lixiaobing10051267 2016-07-26 20:04:11 +08:00
parent bb27d017f3
commit 1df9f0932e
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import (
"time"
)
// TestChtimes tests Chtimes access time on a tempfile on Linux
// TestChtimesLinux tests Chtimes access time on a tempfile on Linux
func TestChtimesLinux(t *testing.T) {
file, dir := prepareTempFile(t)
defer os.RemoveAll(dir)

View file

@ -9,7 +9,7 @@ import (
"time"
)
// TestChtimes tests Chtimes access time on a tempfile on Windows
// TestChtimesWindows tests Chtimes access time on a tempfile on Windows
func TestChtimesWindows(t *testing.T) {
file, dir := prepareTempFile(t)
defer os.RemoveAll(dir)