Skip to content

Commit

Permalink
[Linux] Cleanup merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Sploder12 committed Feb 3, 2025
1 parent 6931eee commit d911c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/collector/sysinfo/hardware/hardware_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func TestCollectLinux(t *testing.T) {
t.Parallel()

tmp := t.TempDir()
err := testutils.CopyDir("testdata/linuxfs", tmp)
err := testutils.CopyDir(t, "testdata/linuxfs", tmp)
require.NoError(t, err, "setup: failed to copy test data directory: ")

root := filepath.Join(tmp, tc.root)
Expand Down

0 comments on commit d911c10

Please sign in to comment.