Skip to content

Commit 988d851

Browse files
committed
add build option linux for posix tests
1 parent 9387a6b commit 988d851

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pkg/storage/fs/posix/posix_suite_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build linux
2+
// +build linux
3+
14
// Copyright 2018-2021 CERN
25
//
36
// Licensed under the Apache License, Version 2.0 (the "License");

pkg/storage/fs/posix/posix_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build linux
2+
// +build linux
3+
14
// Copyright 2018-2021 CERN
25
//
36
// Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)