summaryrefslogtreecommitdiff
path: root/trust/test-module.c
diff options
context:
space:
mode:
authorMichael Cronenworth <mike@cchtml.com>2014-10-04 15:39:08 -0500
committerStef Walter <stefw@redhat.com>2014-10-05 08:10:38 +0200
commit80e4f6a6e04582fe11c98e6133e3e306e5556d8d (patch)
tree00cb86da6a475f101bc5b5fbf7e7277d7d4c53f2 /trust/test-module.c
parentb785f39384af08c35b08ab74671443234260cccc (diff)
downloadp11-kit-80e4f6a6e04582fe11c98e6133e3e306e5556d8d.tar.gz
makefile: Rename DATADIR to not conflict with Win32 define
Signed-off-by: Michael Cronenworth <mike@cchtml.com>
Diffstat (limited to 'trust/test-module.c')
-rw-r--r--trust/test-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/test-module.c b/trust/test-module.c
index 3eedc1b..b1ee5fd 100644
--- a/trust/test-module.c
+++ b/trust/test-module.c
@@ -315,7 +315,7 @@ test_get_token_info (void)
memset (&args, 0, sizeof (args));
args.pReserved = "paths='" \
SYSCONFDIR "/trust/input" P11_PATH_SEP \
- DATADIR "/trust/fixtures/blah" P11_PATH_SEP \
+ DATA_DIR "/trust/fixtures/blah" P11_PATH_SEP \
"/some/other/path/the-basename'";
args.flags = CKF_OS_LOCKING_OK;