diff options
author | Damien Miller <djm@mindrot.org> | 2015-01-20 00:11:31 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-01-20 00:11:31 +0100 |
commit | 1ca3e2155aa5d3801a7ae050f85c71f41fcb95b1 (patch) | |
tree | 9b29e30a98d629f853138751db04eb33c26ab3ba /regress/unittests/kex/tests.c | |
parent | upstream commit (diff) | |
download | openssh-1ca3e2155aa5d3801a7ae050f85c71f41fcb95b1.tar.xz openssh-1ca3e2155aa5d3801a7ae050f85c71f41fcb95b1.zip |
fix kex test
Diffstat (limited to '')
-rw-r--r-- | regress/unittests/kex/tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |