Skip to content

Commit ded2e10

Browse files
author
Ben Hillis
committed
fix WSLCE2E_Session_Shell test issue
1 parent 5cb46a5 commit ded2e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/windows/wslc/e2e/WSLCE2EContainerCreateTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ class WSLCE2EContainerCreateTests
646646
}
647647
{
648648
// Session shell should attach to the wslc by name also.
649-
auto session = RunWslcInteractive(L"session shell wsla-cli");
649+
auto session = RunWslcInteractive(L"session shell wslc-cli");
650650
VERIFY_IS_TRUE(session.IsRunning(), L"Session should be running");
651651

652652
session.ExpectStdout(VT::SESSION_PROMPT);

0 commit comments

Comments
 (0)