1 diff --git a/data_for_test.go b/data_for_test.go
2 index c0b8980..691e270 100644
5 @@ -555,14 +555,14 @@ var suites = []FixtureSuite{
6 "--endpoint", "{{endpoint}}",
8 "--attrs", "zy=ab", // ensure CLI args still propagate
9 - "--", "/bin/echo", "a", "z",
10 + "--", "echo", "a", "z",
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/",