From 35fc08f997e1b99c8f851d4c6b759a5717b20fd0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sat, 6 Jan 2024 09:52:42 +0100 Subject: [PATCH] libmount: (tests) don't require root for update tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- tests/ts/libmount/update | 1 - tests/ts/libmount/update-py | 1 - 2 files changed, 2 deletions(-) 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" -- 2.47.3