summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-03-28 18:44:52 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-04-13 13:14:00 +0200
commit8d3cce4a497e781668aad0244e94caaeb97461cf (patch)
treefd880eb6dc92c2011bfe14629dd44b53f8719714
parent95757ceb3bb85054ae05abceaef70c6aa83035fb (diff)
Rename test files so that test discovery works again
These files were renamed from os_windows_test.go to os_test_windows.go (etc.) in 95b2e9540a5. Since then, the tests have no longer run, since go only looks for tests in files ending with "test.go". It isn't important that the file name ends with "_windows.go", since there are already build constrains in the files themselves.
-rw-r--r--pkg/commands/oscommands/os_default_test.go (renamed from pkg/commands/oscommands/os_test_default.go)0
-rw-r--r--pkg/commands/oscommands/os_windows_test.go (renamed from pkg/commands/oscommands/os_test_windows.go)0
2 files changed, 0 insertions, 0 deletions
diff --git a/pkg/commands/oscommands/os_test_default.go b/pkg/commands/oscommands/os_default_test.go
index 39a1226d2..39a1226d2 100644
--- a/pkg/commands/oscommands/os_test_default.go
+++ b/pkg/commands/oscommands/os_default_test.go
diff --git a/pkg/commands/oscommands/os_test_windows.go b/pkg/commands/oscommands/os_windows_test.go
index cf9c1e68a..cf9c1e68a 100644
--- a/pkg/commands/oscommands/os_test_windows.go
+++ b/pkg/commands/oscommands/os_windows_test.go