File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ test_description='Test how well compatObjectFormat works'
2121# different hash functions result in the same content in the commits.
2222# This means that when the commit is translated between hash functions
2323# the commit is identical to the commit in the other repository.
24+ #
25+ # Similarly this test relies on:
26+ # gpg --faked-system-time '20230918T154812!
27+ # freezing the system time from gpg perspective so that two different
28+ # runs of gpg applied to the same data result in identical signatures.
29+ #
2430
2531compat_hash () {
2632 case " $1 " in
Original file line number Diff line number Diff line change 11#! /bin/sh
2- exec gpg --faked-system-time " 20230918T154812" " $@ "
2+ exec gpg --faked-system-time ' 20230918T154812! ' " $@ "
You can’t perform that action at this time.
0 commit comments