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