We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04eee4f commit e31ea15Copy full SHA for e31ea15
aws-runtime/aws-config/common/test/aws/sdk/kotlin/runtime/auth/credentials/ExecuteCommandTest.kt
@@ -98,7 +98,7 @@ class ExecuteCommandTest {
98
@Test
99
fun testErrorReturnsStderr() = runTest {
100
val errorCommand = when (provider.osInfo().family) {
101
- OsFamily.Windows -> "<nul set /p=\"Error message\" 1>&2 & exit /b 13"
+ OsFamily.Windows -> "<nul set /p=\"Error message\\r\\n\" 1>&2 & exit /b 13"
102
else -> "echo 'Error message' >&2; exit 13"
103
}
104
0 commit comments