From 024ba3439d85ee5de565f01e59434a512e8aa9d5 Mon Sep 17 00:00:00 2001 From: Olof Hagsand Date: Mon, 11 Feb 2019 17:21:16 +0100 Subject: [PATCH] travis errors --- lib/src/clixon_handle.c | 1 + test/test_choice.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lib/src/clixon_handle.c b/lib/src/clixon_handle.c index a89d81fd..45a53ebe 100644 --- a/lib/src/clixon_handle.c +++ b/lib/src/clixon_handle.c @@ -43,6 +43,7 @@ #include #include #include +#include #include diff --git a/test/test_choice.sh b/test/test_choice.sh index 7108e6ee..c127a502 100755 --- a/test/test_choice.sh +++ b/test/test_choice.sh @@ -95,6 +95,8 @@ if [ $BE -ne 0 ]; then if [ $? -ne 0 ]; then err fi + pkill clixon_backend # to be sure + new "start backend -s init -f $cfg -y $fyang" sudo $clixon_backend -s init -f $cfg -y $fyang if [ $? -ne 0 ]; then