Skip to content

Commit

Permalink
tests/slitaz40: support -Qo, -U
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Jul 21, 2016
1 parent 142a801 commit c1a0a39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/slitaz40.txt
Expand Up @@ -25,6 +25,9 @@ ou ^htop((-)|( +))[[:digit:]]+
in -Qs htop
ou not implemented

in -Qo /bin/busybox
ou ^busybox

in ! echo Y | pacman -S htop
ou htop.+ is installed.

Expand All @@ -47,6 +50,10 @@ ou Uninstallation of htop cancelled
in ! echo y | pacman -R htop
ou Removing all files installed

in ! export TAZPKG_FILE=`find /var/cache/tazpkg/htop*.tazpkg`
in -U $TAZPKG_FILE
ou htop.+ is installed.

in -Sccc
ou not implemented

Expand Down

0 comments on commit c1a0a39

Please sign in to comment.