mirror of
https://github.com/actions/runner.git
synced 2025-12-13 00:36:29 +00:00
Update src/Test/L0/Worker/FileCommandTestBase.cs
Co-authored-by: Cory Miller <13227161+cory-miller@users.noreply.github.com>
This commit is contained in:
@@ -242,6 +242,9 @@ namespace GitHub.Runner.Common.Tests.Worker
|
|||||||
"MY_KEY_6= <<EOF",
|
"MY_KEY_6= <<EOF",
|
||||||
"white space test",
|
"white space test",
|
||||||
"EOF"
|
"EOF"
|
||||||
|
"MY_KEY_7 << =EOF="
|
||||||
|
"abc"
|
||||||
|
"=EOF="
|
||||||
};
|
};
|
||||||
TestUtil.WriteContent(stateFile, content);
|
TestUtil.WriteContent(stateFile, content);
|
||||||
_fileCmdExtension.ProcessCommand(_executionContext.Object, stateFile, null);
|
_fileCmdExtension.ProcessCommand(_executionContext.Object, stateFile, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user