@@ -23,7 +23,7 @@ fn cargo_build_plan_simple() {
23
23
"invocations": [
24
24
{
25
25
"args": "{...}",
26
- "cwd": "[..][/]target[/] cit[/][..][/]foo",
26
+ "cwd": "[..][/]cit[/][..][/]foo",
27
27
"deps": [],
28
28
"env": "{...}",
29
29
"kind": "Host",
@@ -93,7 +93,7 @@ fn cargo_build_plan_single_dep() {
93
93
"invocations": [
94
94
{
95
95
"args": "{...}",
96
- "cwd": "[..][/]target[/] cit[/][..][/]foo",
96
+ "cwd": "[..][/]cit[/][..][/]foo",
97
97
"deps": [],
98
98
"env": "{...}",
99
99
"kind": "Host",
@@ -108,7 +108,7 @@ fn cargo_build_plan_single_dep() {
108
108
},
109
109
{
110
110
"args": "{...}",
111
- "cwd": "[..][/]target[/] cit[/][..][/]foo",
111
+ "cwd": "[..][/]cit[/][..][/]foo",
112
112
"deps": [0],
113
113
"env": "{...}",
114
114
"kind": "Host",
@@ -160,7 +160,7 @@ fn cargo_build_plan_build_script() {
160
160
"invocations": [
161
161
{
162
162
"args": "{...}",
163
- "cwd": "[..][/]target[/] cit[/][..][/]foo",
163
+ "cwd": "[..][/]cit[/][..][/]foo",
164
164
"deps": [],
165
165
"env": "{...}",
166
166
"kind": "Host",
@@ -175,7 +175,7 @@ fn cargo_build_plan_build_script() {
175
175
},
176
176
{
177
177
"args": "{...}",
178
- "cwd": "[..][/]target[/] cit[/][..][/]foo",
178
+ "cwd": "[..][/]cit[/][..][/]foo",
179
179
"deps": [0],
180
180
"env": "{...}",
181
181
"kind": "Host",
@@ -188,7 +188,7 @@ fn cargo_build_plan_build_script() {
188
188
},
189
189
{
190
190
"args": "{...}",
191
- "cwd": "[..][/]target[/] cit[/][..][/]foo",
191
+ "cwd": "[..][/]cit[/][..][/]foo",
192
192
"deps": [1],
193
193
"env": "{...}",
194
194
"kind": "Host",
0 commit comments