We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6727673 commit b72384bCopy full SHA for b72384b
cli-tests/test/cli-test.bats
@@ -54,12 +54,14 @@ setup() {
54
55
@test "check for signature updates" {
56
run $DROID_BIN -c
57
- assert_output 'No signature updates are available'
+ assert_output -p 'Container signature update Version 20250925 is available'
58
+ assert_output -p 'Binary signature update Version 121 is available'
59
}
60
61
@test "download signature updates" {
62
run $DROID_BIN -d
63
+ assert_output -p 'Signature update version 20,250,925 has been downloaded'
64
+ assert_output -p 'Signature update version 121 has been downloaded'
65
66
67
@test "list signature files" {
0 commit comments