summaryrefslogtreecommitdiffstats
path: root/regress/unittests/kex
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-20 00:11:31 +0100
committerDamien Miller <djm@mindrot.org>2015-01-20 00:11:31 +0100
commit1ca3e2155aa5d3801a7ae050f85c71f41fcb95b1 (patch)
tree9b29e30a98d629f853138751db04eb33c26ab3ba /regress/unittests/kex
parentupstream commit (diff)
downloadopenssh-1ca3e2155aa5d3801a7ae050f85c71f41fcb95b1.tar.xz
openssh-1ca3e2155aa5d3801a7ae050f85c71f41fcb95b1.zip
fix kex test
Diffstat (limited to '')
-rw-r--r--regress/unittests/kex/test_kex.c2
-rw-r--r--regress/unittests/kex/tests.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/unittests/kex/test_kex.c b/regress/unittests/kex/test_kex.c
index e90647763..72a11f2c6 100644
--- a/regress/unittests/kex/test_kex.c
+++ b/regress/unittests/kex/test_kex.c
@@ -12,7 +12,7 @@
#include <stdlib.h>
#include <string.h>
-#include "test_helper.h"
+#include "../test_helper/test_helper.h"
#include "ssherr.h"
#include "ssh_api.h"
diff --git a/regress/unittests/kex/tests.c b/regress/unittests/kex/tests.c
index 1e519fe4b..e7036ec17 100644
--- a/regress/unittests/kex/tests.c
+++ b/regress/unittests/kex/tests.c
@@ -3,7 +3,7 @@
* Placed in the public domain
*/
-#include "test_helper.h"
+#include "../test_helper/test_helper.h"
void kex_tests(void);