mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-22 22:28:51 +01:00
Add space to fix test that was broken by previous refactoring
This commit is contained in:
parent
238177897e
commit
bfce9d4b1c
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user