Skip to content

Commit

Permalink
Give explicit path to precheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 4, 2021
1 parent 845ed8d commit 4939df7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion regress/encryption-nonrandom-aes128.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
features CRYPTO
precheck liboverride-test
precheck ./liboverride-test
description encrypt file without entropy, to make results repeatable
return 0
preload nonrandomopen.so
Expand Down
2 changes: 1 addition & 1 deletion regress/encryption-nonrandom-aes192.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
features CRYPTO
precheck liboverride-test
precheck ./liboverride-test
description encrypt file without entropy, to make results repeatable
return 0
preload nonrandomopen.so
Expand Down
2 changes: 1 addition & 1 deletion regress/encryption-nonrandom-aes256.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
features CRYPTO
precheck liboverride-test
precheck ./liboverride-test
description encrypt file without entropy, to make results repeatable
return 0
preload nonrandomopen.so
Expand Down
2 changes: 1 addition & 1 deletion regress/encryption-nonrandom-pkware.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
features CRYPTO
precheck liboverride-test
precheck ./liboverride-test
description encrypt file by Traditional PKWARE
return 0
preload nonrandomopen.so
Expand Down

0 comments on commit 4939df7

Please sign in to comment.