Merge pull request #25057 from lixiaobing10051267/masterTestChtimes

Modify func name from TestChtimes to TestChtimesLinux
Upstream-commit: 6857c0a040cc3aabadd0dbf2a1a517ddc3d02fc8
Component: engine
This commit is contained in:
Vincent Demeester
2016-07-27 11:58:04 +02:00
committed by GitHub
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)