Skip to content

Commit

Permalink
Merge pull request moby#25057 from lixiaobing10051267/masterTestChtimes
Browse files Browse the repository at this point in the history
Modify func name from TestChtimes to TestChtimesLinux
  • Loading branch information
vdemeester authored Jul 27, 2016
2 parents 468ca5b + 1df9f09 commit 6857c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/system/chtimes_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pkg/system/chtimes_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6857c0a

Please sign in to comment.