From 6e99e1a1fda96fbf22aeb3585f0ff0d36b1deee8 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 1 Nov 2017 12:06:57 -0400 Subject: Remove CRIO tests, disable broken kpod tests Signed-off-by: Matthew Heon --- test/command.bats | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test/command.bats (limited to 'test/command.bats') diff --git a/test/command.bats b/test/command.bats deleted file mode 100644 index 86e58f9db..000000000 --- a/test/command.bats +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bats - -load helpers - -@test "crio commands" { - run ${CRIO_BINARY} --config /dev/null config > /dev/null - echo "$output" - [ "$status" -eq 0 ] - run ${CRIO_BINARY} badoption > /dev/null - echo "$output" - [ "$status" -ne 0 ] -} -- cgit v1.2.3-54-g00ecf