Update src/Test/L0/Worker/FileCommandTestBase.cs

Co-authored-by: Cory Miller <[email protected]>
This commit is contained in:
Ben Wells
2023-07-26 10:40:08 -04:00
committed by GitHub
co-authored by Cory Miller
parent fc8a966a21
commit 62d0a70002
@@ -242,6 +242,9 @@ namespace GitHub.Runner.Common.Tests.Worker
"MY_KEY_6= <<EOF",
"white space test",
"EOF"
"MY_KEY_7 << =EOF="
"abc"
"=EOF="
};
TestUtil.WriteContent(stateFile, content);
_fileCmdExtension.ProcessCommand(_executionContext.Object, stateFile, null);