]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: require presence of "ip" and "brctl"
authorVincent Bernat <vincent@bernat.im>
Thu, 4 Feb 2016 19:04:37 +0000 (20:04 +0100)
committerVincent Bernat <vincent@bernat.im>
Thu, 4 Feb 2016 19:26:18 +0000 (20:26 +0100)
tests/integration-tests.in

index 801da40b28e29416360b3b4d06deef26300d4701..caafe8eafa2a8f53456ea3983af4a406965663eb 100755 (executable)
@@ -98,7 +98,8 @@ check_dependencies() {
         busybox \
         qemu-system-x86_64 \
         vde_switch \
-        $DEPS; do
+        ip \
+        brctl; do
         which $exec 2> /dev/null > /dev/null || log_error_msg "$exec is not installed"
     done
     log_ok_msg "All dependencies are met"