diff options
Diffstat (limited to 'test/runtimeversion.bats')
-rw-r--r-- | test/runtimeversion.bats | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/runtimeversion.bats b/test/runtimeversion.bats deleted file mode 100644 index f0d2a4367..000000000 --- a/test/runtimeversion.bats +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bats - -load helpers - -function teardown() { - cleanup_test -} - -@test "crioctl runtimeversion" { - start_crio - run crioctl runtimeversion - echo "$output" - [ "$status" -eq 0 ] - stop_crio -} |