App-LXC-Container
view release on metacpan or search on metacpan
0.25 2023-08-30T14:39:27Z
- t/02-init.t: added debugging for UI::Various (still checking deep recursions)
0.24 2023-08-29T11:40:16Z
- t/02-init.t (UI::Various): added diagnostics for deep recursion on some smokers
- t/06-update.t now skips major part if running below /tmp
- fixed bad hash key in Update.pm
- t/mockup/dpkg-query: hopefully correct fix for smokers where ls is busybox
0.23 2023-08-28T08:12:04Z
- t/mockup/dpkg-query: fix for smokers where ls is busybox
0.22 2023-08-27T11:16:31Z
- t/06-update.t: another fix for different distributions (found in Debian 7)
- fixed possible problem for permissions of directories
- removed old FIXME
0.21 2023-08-26T11:53:11Z
- added some more diagnostics for failing smoker tests
t/mockup/dpkg-query view on Meta::CPAN
# Some of these mocked results are suppressed in some tests:
output=''
case $2 in
/bin/dash) output='dash: /bin/dash';;
/bin/ls) echo 'coreutils: /bin/ls';;
/bin/sh) echo 'dash: /bin/sh';;
/usr/bin/dash) output='dash: /usr/bin/dash';;
/usr/bin/ldd) echo 'libc-bin: /usr/bin/ldd';;
*/1chromium) echo "chromium: $2";;
*/ip) output="iproute2: $2";;
*/busybox) # Some smokers use busybox as ls (soft-link)!
echo 'coreutils: /bin/ls'
echo "coreutils: $2"
;;
*/lib*/*/libc.so*|\
*/lib*/libc.so*|\
*/lib*/*/libc-[1-9]*.so*|\
*/lib*/libc-[1-9]*.so*|\
*/lib*/ld-linux-*.so*|\
*/lib*/ld-musl-*.so*)
output="libc6: $2"
( run in 0.249 second using v1.01-cache-2.11-cpan-87723dcf8b7 )