clistyle: fix path problem with keys tests.

This commit is contained in:
Marsell Kukuljevic 2016-01-05 07:15:38 +11:00
parent 83c6448202
commit fb80f734f6
1 changed files with 1 additions and 1 deletions

View File

@ -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;