From: Vincent Bernat Date: Thu, 4 Feb 2016 19:04:37 +0000 (+0100) Subject: tests: require presence of "ip" and "brctl" X-Git-Tag: 0.9.1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e860d82efaef0ec77393b886d03f23ae7506f33;p=thirdparty%2Flldpd.git tests: require presence of "ip" and "brctl" --- diff --git a/tests/integration-tests.in b/tests/integration-tests.in index 801da40b..caafe8ea 100755 --- a/tests/integration-tests.in +++ b/tests/integration-tests.in @@ -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"