mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-19 03:06:45 +02:00
Rework history importing to ensure we read from HISTFILE exactly once and still always read the standard bash/zsh hist files
This commit is contained in:
@@ -1503,7 +1503,7 @@ echo UUID-fishcommand
|
||||
}
|
||||
|
||||
// Compare the rest of the hishtory export
|
||||
out = tester.RunInteractiveShell(t, `hishtory export -pipefail -`+randomCmdUuid[:5])
|
||||
out = tester.RunInteractiveShell(t, `hishtory export -pipefail -/tmp/client -`+randomCmdUuid[:5])
|
||||
if out != "" {
|
||||
t.Fatalf("expected hishtory export to be empty, was=%v", out)
|
||||
}
|
||||
|
Reference in New Issue
Block a user