From f12c8ebe0c8a7194374ace74777938b6ae59488a Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Thu, 5 Jan 2017 12:28:25 +0100 Subject: [PATCH] test/run-cli-tests: enable RBD testing Signed-off-by: Willem Jan Withagen --- src/test/run-cli-tests | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/test/run-cli-tests b/src/test/run-cli-tests index 94b280aec085..17dbc83b07ba 100755 --- a/src/test/run-cli-tests +++ b/src/test/run-cli-tests @@ -43,14 +43,6 @@ mkdir -p "$FAKE_HOME" FAILED=0 FAILEDTOOLS="" for tool in "$SRCDIR"/cli/*; do - if [ x`uname`x = xFreeBSDx ]; then - if [ x"$tool"x = x"$SRCDIR/cli/rbd"x ]; then - echo "Skipping test: $tool." - continue - else - echo "Running test: $tool." - fi - fi toolname="$(basename "$tool")" install -d -m0755 -- "$BUILDDIR/cli/$toolname" if ! env -i \ -- 2.47.3