Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau authored Aug 23, 2024
1 parent ece8d89 commit 0ee7a1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_cleanup.bats
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ SECRET_CONTENT_ENC="U2FsdGVkX1/6ilR0PmJpAyCF7iG3+k4aBwbgVd48WaQXznsg42nXbQrlWsf/
# Show all changes, caches plaintext due to `cachetextconv` setting
run git log -p -- sensitive_file
[ "$status" -eq 0 ]
echo "lines=${lines}" >&3
echo "output=${output}" >&3
echo "SECRET_CONTENT=${SECRET_CONTENT}" >&3
[[ "${output}" = *"+$SECRET_CONTENT" ]] # Check last line of patch

# Look up notes ref to cached plaintext
Expand Down

0 comments on commit 0ee7a1b

Please sign in to comment.