summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/command/update.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/command/update.bats b/tests/command/update.bats
index d94c1cd28..29b1ae763 100644
--- a/tests/command/update.bats
+++ b/tests/command/update.bats
@@ -11,7 +11,7 @@ TESTSUITE="Update"
@test "[$TESTSUITE] Job status" {
run ./occ news:updater:job
- assert_success
+ [ "$status" -eq 0 -o "$status" -eq 2 ]
}
@test "[$TESTSUITE] Job reset" {