Skip to content

Commit ea61493

Browse files
committed
removed backspace test
1 parent 8913e33 commit ea61493

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/cliui/prompt_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ func TestPasswordTerminalState(t *testing.T) {
250250
ptty.Write('e')
251251
ptty.Write('s')
252252
ptty.Write('t')
253-
ptty.Write('\b')
254-
ptty.ExpectMatch("***")
253+
ptty.ExpectMatch("****")
255254

256255
err = process.Signal(os.Interrupt)
257256
require.NoError(t, err)

0 commit comments

Comments
 (0)