From: Thomas Weißschuh Date: Sat, 6 Jan 2024 08:52:42 +0000 (+0100) Subject: libmount: (tests) don't require root for update tests X-Git-Tag: v2.40-rc1~65^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35fc08f997e1b99c8f851d4c6b759a5717b20fd0;p=thirdparty%2Futil-linux.git libmount: (tests) don't require root for update tests Signed-off-by: Thomas Weißschuh --- diff --git a/tests/ts/libmount/update b/tests/ts/libmount/update index ba93e0bbe7..b8f74887da 100755 --- a/tests/ts/libmount/update +++ b/tests/ts/libmount/update @@ -7,7 +7,6 @@ TS_DESC="tab update" . "$TS_TOPDIR"/functions.sh ts_init "$*" -ts_skip_nonroot TESTPROG="$TS_HELPER_LIBMOUNT_UPDATE" diff --git a/tests/ts/libmount/update-py b/tests/ts/libmount/update-py index bfb844192c..b4450c4876 100755 --- a/tests/ts/libmount/update-py +++ b/tests/ts/libmount/update-py @@ -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"