Fix accepting the hishtory redact prompt in github action tests

This commit is contained in:
David Dworken 2023-10-15 12:32:05 -07:00
parent 4bcc5fb335
commit 3ec8ffad80
No known key found for this signature in database

View File

@ -43,7 +43,7 @@ jobs:
# Check that it was recorded
./hishtory export | grep "ls -Slah /"
# Check that we can redact it
yes | ./hishtory redact ls Slah
HISHTORY_REDACT_FORCE=1 ./hishtory redact ls Slah
# Assert that the entry is syncing properly
./hishtory status -v | grep 'Sync Status: Synced'
# - name: Setup tmate session