mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 20:07:52 +02: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
|
// Redact it without HISHTORY_REDACT_FORCE
|
||||||
out, err := tester.RunInteractiveShellRelaxed(t, `yes | hishtory redact hello`)
|
out, err := tester.RunInteractiveShellRelaxed(t, `yes | hishtory redact hello`)
|
||||||
require.NoError(t, err)
|
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)
|
t.Fatalf("hishtory redact gave unexpected output=%#v", out)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user