]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (lsfd) give missing test descriptions
authorMasatake YAMATO <yamato@redhat.com>
Mon, 29 Nov 2021 14:12:23 +0000 (23:12 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 29 Nov 2021 14:14:11 +0000 (23:14 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/ts/lsfd/column-kthread
tests/ts/lsfd/option-pid
tests/ts/lsfd/option-summary

index 68cd9fc198ab02c887a161d72437b99d364ce837..3a1bf78ae5df517bf7592d0e0c462468e706a720 100755 (executable)
@@ -16,7 +16,7 @@
 #
 
 TS_TOPDIR="${0%/*}/../.."
-TS_DESC="directory"
+TS_DESC="kthread column"
 
 . $TS_TOPDIR/functions.sh
 ts_init "$*"
index 7882dc1b0d72456b32df5c47ad12737b901132f0..5bd6b636623f7653b5569f4a278059c7196ac395 100755 (executable)
@@ -15,7 +15,7 @@
 # GNU General Public License for more details.
 #
 TS_TOPDIR="${0%/*}/../.."
-TS_DESC="directory"
+TS_DESC="--pid option"
 
 . $TS_TOPDIR/functions.sh
 ts_init "$*"
index 466e3d80b8eabc51ac147fa68b926694325d50eb..e27122aea74aa9d4d925170a9a77eabb6a6168b6 100755 (executable)
@@ -15,7 +15,7 @@
 # GNU General Public License for more details.
 #
 TS_TOPDIR="${0%/*}/../.."
-TS_DESC="directory"
+TS_DESC="--summary option"
 
 . $TS_TOPDIR/functions.sh
 ts_init "$*"