Skip to content

Commit

Permalink
tests/slitaz40: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Jul 21, 2016
1 parent c1a0a39 commit 331ed26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/slitaz40.txt
Expand Up @@ -50,7 +50,7 @@ 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 ! export TAZPKG_FILE=`find /var/cache/tazpkg/ -type f -iname "htop*.tazpkg"`
in -U $TAZPKG_FILE
ou htop.+ is installed.

Expand Down

0 comments on commit 331ed26

Please sign in to comment.