summaryrefslogtreecommitdiff
path: root/tests/testenvironment.proj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testenvironment.proj')
-rw-r--r--tests/testenvironment.proj1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testenvironment.proj b/tests/testenvironment.proj
index ee6c039e65..7a0aa63272 100644
--- a/tests/testenvironment.proj
+++ b/tests/testenvironment.proj
@@ -154,7 +154,6 @@
<Target Name="CreateTestEnvFile" DependsOnTargets="OutputCOMPlusVariables">
<ItemGroup Condition="'$(TargetsWindows)' == 'true'">
- <_TestEnvFileLine Include="@echo off" />
<_TestEnvFileLine Include="@(_COMPlusVariable->'set %(Identity)=%(Value)')" />
</ItemGroup>