From: Frantisek Sumsal Date: Mon, 20 Nov 2023 15:26:49 +0000 (+0100) Subject: test: move a couple of binaries to the BASICTOOLS array X-Git-Tag: v255-rc3~31^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6162caa288bae3373e087de0be7ae2670797e636;p=thirdparty%2Fsystemd.git test: move a couple of binaries to the BASICTOOLS array As they're not optional. --- diff --git a/test/test-functions b/test/test-functions index 899e2205a3f..92953075cf9 100644 --- a/test/test-functions +++ b/test/test-functions @@ -161,16 +161,19 @@ BASICTOOLS=( chown chroot cmp + cp cryptsetup cut date dd + dhclient diff dirname dmsetup echo env false + find findmnt flock getconf @@ -178,21 +181,27 @@ BASICTOOLS=( getfacl getfattr grep + grep gunzip gzip head + hostname + id ionice ip jq killall ldd ln + ln loadkeys login losetup + ls lsattr lsblk lz4cat + mkdir mkfifo mknod mktemp @@ -202,13 +211,16 @@ BASICTOOLS=( mv nc nproc + ping pkill + ps readlink realpath rev rm rmdir rmmod + route script sed seq @@ -220,6 +232,7 @@ BASICTOOLS=( sfdisk sh sleep + sort stat stty su @@ -234,6 +247,7 @@ BASICTOOLS=( tr true truncate + tty umount uname unshare @@ -245,26 +259,12 @@ BASICTOOLS=( ) DEBUGTOOLS=( - cp df - dhclient dmesg du - find free - grep - hostname - id less - ln - ls - mkdir - ping - ps - route - sort strace - tty vi /usr/libexec/vi )