From: Karel Zak Date: Tue, 13 Apr 2021 08:40:00 +0000 (+0200) Subject: tests: small change to the lsns/ioctl_ns X-Git-Tag: v2.37-rc2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e741653d22ac7a42cc80a3720da1edc7def5ad73;p=thirdparty%2Futil-linux.git tests: small change to the lsns/ioctl_ns * make description short * chmod a+x to make script executable Signed-off-by: Karel Zak --- diff --git a/tests/ts/lsns/ioctl_ns b/tests/ts/lsns/ioctl_ns old mode 100644 new mode 100755 index 8adff080dc..e91f6743f5 --- a/tests/ts/lsns/ioctl_ns +++ b/tests/ts/lsns/ioctl_ns @@ -16,7 +16,7 @@ # TS_TOPDIR="${0%/*}/../.." -TS_DESC="namespace ownership and hierarchy" +TS_DESC="ownership and hierarchy" . $TS_TOPDIR/functions.sh ts_init "$*"