summaryrefslogtreecommitdiffstats
path: root/tests/fake_token_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fake_token_path.c')
-rw-r--r--tests/fake_token_path.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fake_token_path.c b/tests/fake_token_path.c
new file mode 100644
index 0000000..7b2bad3
--- /dev/null
+++ b/tests/fake_token_path.c
@@ -0,0 +1,6 @@
+#include <libcryptsetup.h>
+
+const char *crypt_token_external_path(void)
+{
+ return BUILD_DIR;
+}