Add space to fix test that was broken by previous refactoring

This commit is contained in:
David Dworken 2023-10-22 17:21:36 -07:00
parent 238177897e
commit bfce9d4b1c
No known key found for this signature in database

View File

@ -1399,7 +1399,7 @@ ls /tmp`, randomCmdUuid, randomCmdUuid)
// Redact it without HISHTORY_REDACT_FORCE
out, err := tester.RunInteractiveShellRelaxed(t, `yes | hishtory redact hello`)
require.NoError(t, err)
if out != "This will permanently delete 1 entries, are you sure? [y/N]" {
if out != "This will permanently delete 1 entries, are you sure? [y/N] " {
t.Fatalf("hishtory redact gave unexpected output=%#v", out)
}