mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
container-toolbox: Synchronize the tests with the Container/Dockerfile
The same changes were made to the Container/Dockerfile equivalent of the
fedora-toolbox OCI images in recent times [1, 2, 3].
[1] Toolbx commit 20188a097a1a7a16
https://github.com/containers/toolbox/commit/20188a097a1a7a16
https://github.com/containers/toolbox/pull/1384
[2] Toolbx commit e41d920dd9a847cc
https://github.com/containers/toolbox/commit/e41d920dd9a847cc
https://github.com/containers/toolbox/pull/1390
[3] Toolbx commit 9b5313e5a76c9278
https://github.com/containers/toolbox/commit/9b5313e5a76c9278
https://github.com/containers/toolbox/pull/1394
https://pagure.io/fedora-kickstarts/pull-request/1008
This commit is contained in:
@@ -171,10 +171,22 @@ declare -a files=(
|
||||
"/usr/share/man/man1/ls.1*"
|
||||
"/usr/share/man/man1/gpg2.1*"
|
||||
"/usr/share/man/man7/gnupg2.7*"
|
||||
"/usr/share/man/fr/man1/pstree.1*"
|
||||
"/usr/share/man/ko/man1/pstree.1*"
|
||||
"/usr/share/man/man1/pstree.1*"
|
||||
"/usr/share/man/man8/rpm.8*"
|
||||
"/usr/share/man/man8/rpm2cpio.8*"
|
||||
"/usr/share/man/fr/man8/useradd.8*"
|
||||
"/usr/share/man/ja/man8/useradd.8*"
|
||||
"/usr/share/man/man8/useradd.8*"
|
||||
"/usr/share/man/man1/cal.1.*"
|
||||
"/usr/share/man/man1/getopt.1*"
|
||||
"/usr/share/man/man1/hexdump.1*"
|
||||
"/usr/share/man/man1/kill.1*"
|
||||
"/usr/share/man/man8/mount.8*"
|
||||
"/usr/share/man/fr/man1/xz.1*"
|
||||
"/usr/share/man/ko/man1/xz.1*"
|
||||
"/usr/share/man/man1/xz.1*"
|
||||
)
|
||||
|
||||
ret_val=0
|
||||
|
||||
Reference in New Issue
Block a user