Skip to content

Commit

Permalink
PR: bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
  • Loading branch information
helsaawy committed Jan 9, 2025
1 parent a5874d7 commit ad24cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/internal/util/reexec_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func ReExecSelfGuestPath(ctx context.Context, tb testing.TB, base string) (strin
tb.Helper()

if base == "" {
base = `C:\`
base = ReExecDefaultGuestPathBase
}

self := TestingBinaryPath(ctx, tb)
Expand Down

0 comments on commit ad24cf4

Please sign in to comment.