Skip to content

Commit 58d2f91

Browse files
authored
Merge pull request #268 from thaJeztah/move_testfile
pkg/cdi: rename test-files to have the correct suffix, and remove legacy build-tags
2 parents 7979044 + 4c42fa0 commit 58d2f91

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

pkg/cdi/cache_test_darwin.go renamed to pkg/cdi/cache_darwin_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin
2-
// +build darwin
32

43
/*
54
Copyright © 2021 The CDI Authors

pkg/cdi/cache_test_unix.go renamed to pkg/cdi/cache_unix_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows && !darwin
2-
// +build !windows,!darwin
32

43
/*
54
Copyright © 2021 The CDI Authors

pkg/cdi/cache_test_windows.go renamed to pkg/cdi/cache_windows_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
/*
54
Copyright © 2021 The CDI Authors

pkg/cdi/container-edits_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
/*
54
Copyright © 2021 The CDI Authors

pkg/cdi/container-edits_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
/*
54
Copyright © 2021 The CDI Authors

pkg/cdi/spec_other.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !linux
2-
// +build !linux
32

43
/*
54
Copyright © 2022 The CDI Authors

0 commit comments

Comments
 (0)