]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: (tests) don't require root for update tests
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 6 Jan 2024 08:52:42 +0000 (09:52 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 6 Jan 2024 08:52:42 +0000 (09:52 +0100)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/ts/libmount/update
tests/ts/libmount/update-py

index ba93e0bbe7c26dfa311baa1df0b489181a08c52a..b8f74887daa33dfac2715c79b93190397fc2b948 100755 (executable)
@@ -7,7 +7,6 @@ TS_DESC="tab update"
 
 . "$TS_TOPDIR"/functions.sh
 ts_init "$*"
-ts_skip_nonroot
 
 TESTPROG="$TS_HELPER_LIBMOUNT_UPDATE"
 
index bfb844192cdb9af85a7b04ad741726c38e2760a7..b4450c48760252f3cccb65929c579257edcb0f60 100755 (executable)
@@ -8,7 +8,6 @@ TS_DESC="tab update-py"
 . "$TS_TOPDIR"/functions.sh
 ts_init "$*"
 ts_init_py libmount
-ts_skip_nonroot
 
 if [ "$TS_ENABLE_ASAN" == "yes" -o "$TS_ENABLE_UBSAN" == "yes" ]; then
        TS_KNOWN_FAIL="yes"