Skip to content

Commit

Permalink
fix test scripts that fail when building our of source dir
Browse files Browse the repository at this point in the history
 On branch X25519-improvements-2
 Changes to be committed:
	modified:   tests/test-pkcs11-tool-sym-crypt-test.sh
	modified:   tests/test-pkcs11-tool-unwrap-wrap-test.sh
  • Loading branch information
dengert committed Oct 18, 2024
1 parent 3981b0d commit 6fa3672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/test-pkcs11-tool-sym-crypt-test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
SOURCE_PATH=${SOURCE_PATH:-..}

source common.sh
source $SOURCE_PATH/tests/common.sh

echo "======================================================="
echo "Setup SoftHSM"
Expand Down
3 changes: 2 additions & 1 deletion tests/test-pkcs11-tool-unwrap-wrap-test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
source common.sh
SOURCE_PATH=${SOURCE_PATH:-..}
source $SOURCE_PATH/tests/common.sh

echo "======================================================="
echo "Setup SoftHSM"
Expand Down

0 comments on commit 6fa3672

Please sign in to comment.