diff --git a/test/integration/cli-keys.test.js b/test/integration/cli-keys.test.js index cc5fd61..97197db 100644 --- a/test/integration/cli-keys.test.js +++ b/test/integration/cli-keys.test.js @@ -20,7 +20,7 @@ var backoff = require('backoff'); // --- Globals -var KEY_PATH = 'data/id_rsa.pub'; +var KEY_PATH = __dirname + '/data/id_rsa.pub'; var KEY_SIG = '66:ca:1c:09:75:99:35:69:be:91:08:25:03:c0:17:c0'; var KEY_EMAIL = 'test@localhost.local'; var MAX_CHECK_KEY_TRIES = 10;