From: Christian Franke Date: Tue, 20 Nov 2018 15:32:09 +0000 (+0100) Subject: docker/frr-topotests: Fix missing $ in if check X-Git-Tag: frr-7.1-dev~144^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f509ad97856959d1670886b836f50077ca043b0b;p=matthieu%2Ffrr.git docker/frr-topotests: Fix missing $ in if check Signed-off-by: Christian Franke --- diff --git a/tests/topotests/docker/frr-topotests.sh b/tests/topotests/docker/frr-topotests.sh index 435649c32f..6ddfdc9484 100755 --- a/tests/topotests/docker/frr-topotests.sh +++ b/tests/topotests/docker/frr-topotests.sh @@ -145,7 +145,7 @@ set -- --rm -ti \ $TOPOTEST_OPTIONS \ frrouting/topotests "$@" -if [ -n "TOPOTEST_PATH" ]; then +if [ -n "$TOPOTEST_PATH" ]; then set -- -v "$TOPOTEST_PATH:/root/topotests:ro" "$@" fi