We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39e6a42 + f711f37 commit b743410Copy full SHA for b743410
2 files changed
t/t1016-compatObjectFormat.sh
@@ -21,6 +21,12 @@ test_description='Test how well compatObjectFormat works'
21
# different hash functions result in the same content in the commits.
22
# This means that when the commit is translated between hash functions
23
# 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
30
31
compat_hash () {
32
case "$1" in
t/t1016/gpg
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-exec gpg --faked-system-time "20230918T154812" "$@"
+exec gpg --faked-system-time '20230918T154812!' "$@"
0 commit comments