nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/data_for_test.go b/data_for_test.go
2index c0b8980..691e270 100644
3--- a/data_for_test.go
4+++ b/data_for_test.go
5@@ -555,14 +555,14 @@ var suites = []FixtureSuite{
6 "--endpoint", "{{endpoint}}",
7 "--verbose", "--fail",
8 "--attrs", "zy=ab", // ensure CLI args still propagate
9- "--", "/bin/echo", "a", "z",
10+ "--", "echo", "a", "z",
11 },
12 },
13 Expect: Results{
14 SpanCount: 1,
15 CliOutput: "a z\n",
16 SpanData: map[string]string{
17- "attributes": "/^process.command=/bin/echo,process.command_args=/bin/echo,a,z,process.owner=\\w+,process.parent_pid=\\d+,process.pid=\\d+,zy=ab/",
18+ "attributes": "/^process.command=echo,process.command_args=echo,a,z,process.owner=\\w+,process.parent_pid=\\d+,process.pid=\\d+,zy=ab/",
19 },
20 },
21 },