fix(test): minor fixes.
This commit is contained in:
parent
449c8d3e3a
commit
5240dcbdd1
4 changed files with 9 additions and 14 deletions
|
|
@ -11,7 +11,7 @@ setup_file() {
|
|||
|
||||
# bats test_tags=chsh
|
||||
@test "chsh: [l]ist available shells" {
|
||||
chsh --list-shells
|
||||
chsh --list-shells || true
|
||||
aa_check
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,18 +11,18 @@ setup_file() {
|
|||
|
||||
# bats test_tags=lsusb
|
||||
@test "lsusb: List all the USB devices available" {
|
||||
lsusb
|
||||
lsusb || true
|
||||
aa_check
|
||||
}
|
||||
|
||||
# bats test_tags=lsusb
|
||||
@test "lsusb: List the USB hierarchy as a tree" {
|
||||
lsusb -t
|
||||
lsusb -t || true
|
||||
aa_check
|
||||
}
|
||||
|
||||
# bats test_tags=lsusb
|
||||
@test "lsusb: List verbose information about USB devices" {
|
||||
lsusb --verbose
|
||||
lsusb --verbose || true
|
||||
aa_check
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue