8000 Fix scaffolding tests · dotnet-script/dotnet-script@d38a4c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d38a4c9

Browse files
committed
Fix scaffolding tests
1 parent 4d8c717 commit d38a4c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Dotnet.Script.Tests/ScaffoldingTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ public void ShouldInitializeScriptFolder()
2525
{
2626
using (var scriptFolder = new DisposableFolder())
2727
{
28-
ScriptTestRunner.Default.ExecuteInProcess($"init {scriptFolder.Path}");
29-
3028
var (output, exitCode) = ScriptTestRunner.Default.Execute("init", scriptFolder.Path);
3129

3230
Assert.Equal(0, exitCode);

0 commit comments

Comments
 (0)
0