mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +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",
|
||||
"white space test",
|
||||
"EOF"
|
||||
"MY_KEY_7 << =EOF="
|
||||
"abc"
|
||||
"=EOF="
|
||||
};
|
||||
TestUtil.WriteContent(stateFile, content);
|
||||
_fileCmdExtension.ProcessCommand(_executionContext.Object, stateFile, null);
|
||||
|
||||
Reference in New Issue
Block a user