Skip to content

Commit b72384b

Browse files
committed
Update CLI tests
1 parent 6727673 commit b72384b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cli-tests/test/cli-test.bats

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,14 @@ setup() {
5454

5555
@test "check for signature updates" {
5656
run $DROID_BIN -c
57-
assert_output 'No signature updates are available'
57+
assert_output -p 'Container signature update Version 20250925 is available'
58+
assert_output -p 'Binary signature update Version 121 is available'
5859
}
5960

6061
@test "download signature updates" {
6162
run $DROID_BIN -d
62-
assert_output 'No signature updates are available'
63+
assert_output -p 'Signature update version 20,250,925 has been downloaded'
64+
assert_output -p 'Signature update version 121 has been downloaded'
6365
}
6466

6567
@test "list signature files" {

0 commit comments

Comments
 (0)