]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test: remove less from the required binaries for tests
authorJo Zzsi <jozzsicsataban@gmail.com>
Tue, 10 Sep 2024 02:08:09 +0000 (22:08 -0400)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Thu, 19 Sep 2024 18:46:14 +0000 (14:46 -0400)
test/TEST-20-NFS/test.sh
test/TEST-50-MULTINIC/test.sh

index d066a13e8fe005fe476d5b6d6875df08260df58d..77d7c1ed25a6984c2a4be8ee6a88cd9b56be85fe 100755 (executable)
@@ -309,7 +309,7 @@ test_setup() {
         )
 
         inst_multiple sh shutdown poweroff stty cat ps ln ip dd \
-            mount dmesg mkdir cp grep setsid ls vi less cat sync
+            mount dmesg mkdir cp grep setsid ls vi cat sync
         for _terminfodir in /lib/terminfo /etc/terminfo /usr/share/terminfo; do
             if [ -f "${_terminfodir}"/l/linux ]; then
                 inst_multiple -o "${_terminfodir}"/l/linux
index d350a7e6e6c3027236cd6218e4d105ed6507e99b..0ac65da7256e42e128e33cc76d86d37aa32d3a2f 100755 (executable)
@@ -249,7 +249,7 @@ test_setup() {
         )
 
         inst_multiple sh shutdown poweroff stty cat ps ln ip dd \
-            mount dmesg mkdir cp grep setsid ls vi less cat sync
+            mount dmesg mkdir cp grep setsid ls vi cat sync
         for _terminfodir in /lib/terminfo /etc/terminfo /usr/share/terminfo; do
             if [ -f "${_terminfodir}"/l/linux ]; then
                 inst_multiple -o "${_terminfodir}"/l/linux