]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: small change to the lsns/ioctl_ns
authorKarel Zak <kzak@redhat.com>
Tue, 13 Apr 2021 08:40:00 +0000 (10:40 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 13 Apr 2021 08:40:00 +0000 (10:40 +0200)
* make description short
* chmod a+x to make script executable

Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/lsns/ioctl_ns [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 8adff08..e91f674
@@ -16,7 +16,7 @@
 #
 
 TS_TOPDIR="${0%/*}/../.."
-TS_DESC="namespace ownership and hierarchy"
+TS_DESC="ownership and hierarchy"
 
 . $TS_TOPDIR/functions.sh
 ts_init "$*"