Skip to content

Commit

Permalink
Merge pull request #216 from icy/fix_zypper_tests
Browse files Browse the repository at this point in the history
Fix zypper tests. Other minor fixes.
  • Loading branch information
icy authored Dec 13, 2021
2 parents 769d85d + 9c53ded commit ddd9305
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ A long list of options and operations can be found from [`ArchLinux`'s wiki](htt
```
Q Qc Qe Qi Qk Ql Qm Qo Qp Qs Qu R Rn Rns Rs S Sc Scc Sccc Sg Si Sii Sl Ss Su Suy Sy U
apk ~ * * * * * * * * * * * * * * * * * * * * * *
apt_cyg * * * * * * *
cave * * * * * * * * * * * * * * x * * * * * x
conda * * * * * * * *
dnf ~ * * * * * * * * * * * * * * * * * * * * * * *
Expand All @@ -130,6 +131,7 @@ sun_tools * * * * * *
swupd * * * * * * * * * * * * *
tazpkg * * * * * * * * * * * * *
tlmgr * * * * * * * * * *
xbps * * * * * * * * * * * * *
yum * * * * * * * * * * * * * * * * * * * * * * * *
zypper * * * * * * * * * * * * * * * * * * * * * * * * * *
```
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile.voidlinux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM voidlinux/voidlinux:20201117RC01

RUN SSL_NO_VERIFY_PEER=true xbps-install -S
RUN SSL_NO_VERIFY_PEER=true xbps-install -uy xbps
RUN SSL_NO_VERIFY_PEER=true xbps-install -uy xbps
2 changes: 1 addition & 1 deletion tests/zypper.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in -Sy

# Simple query that lists all packages
in -Qq
ou ^update-alternatives
ou ^glibc
ou ^zypper

# Listing with version and package name
Expand Down

0 comments on commit ddd9305

Please sign in to comment.