Skip to content

Commit

Permalink
tests/dpkg/Qs Add
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Jul 22, 2016
1 parent e24bda1 commit 9f49644
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/dpkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ ou ^/usr/bin/apt-key$
in -Qo /bin/bash
ou ^bash: /bin/bash$

# Search for pattern in installed package (names + descriptions)
in -Qs bash
ou ^bash.+Bourne

in -Qs bourne
ou ^bash.+Bourne

in -Qs screen
ou empty

in -Qs "Bourne Again"
ou ^bash.+Bourne

# Install and Deinstall a package

# Download without installation
Expand Down

0 comments on commit 9f49644

Please sign in to comment.