From 00589b3682d4b27c23f97049776d075cea57e31b Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 23 Mar 2017 01:24:14 +1100 Subject: [PATCH] test: fix runtimeversion test The runtimeversion test was incorrectly written and would fail for no good reason if setup_ocid happened to run a command that failed (even if it was handled). Signed-off-by: Aleksa Sarai --- test/runtimeversion.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtimeversion.bats b/test/runtimeversion.bats index 20848fb4..c0398cc7 100644 --- a/test/runtimeversion.bats +++ b/test/runtimeversion.bats @@ -8,7 +8,7 @@ function teardown() { @test "ocic runtimeversion" { start_ocid - ocic runtimeversion + run ocic runtimeversion echo "$output" [ "$status" -eq 0 ] stop_ocid