Skip to content

Commit 7dc5c3a

Browse files
authored
Rename copied SDK directory prefix from 'sdk copy' to 'sdk_copy' (#2557)
webdev/test/e2e_test.dart was failing due to paths with spaces not being handled correctly. Related issue: #2556 Fixes dart-lang/sdk#59784
1 parent 659e1df commit 7dc5c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test_common/lib/test_sdk_configuration.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TestSdkConfigurationProvider extends SdkConfigurationProvider {
3535
bool verbose = false,
3636
this.ddcModuleFormat = ModuleFormat.amd,
3737
}) : _verbose = verbose {
38-
_sdkDirectory = Directory.systemTemp.createTempSync('sdk copy');
38+
_sdkDirectory = Directory.systemTemp.createTempSync('sdk_copy');
3939
sdkLayout = TestSdkLayout.createDefault(_sdkDirectory.path);
4040
}
4141

0 commit comments

Comments
 (0)