summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2022-12-07 17:03:37 +0100
committerOndrej Holy <oholy@redhat.com>2022-12-14 08:10:58 +0000
commitf8c876e4baa59546ff78e2d77590960a3be24836 (patch)
tree946407ab64e3407c091b2d0a92af63f88811c6c8
parentdffc7f81e7e3e9c9bc5f0870907b4930849e3dcb (diff)
downloadgvfs-f8c876e4baa59546ff78e2d77590960a3be24836.tar.gz
test: Remove deprecated --no-debug udisks argument from the script
The option has been deprecated in udisks for years and is just displaying a warning in the log
-rwxr-xr-xtest/gvfs-testbed2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gvfs-testbed b/test/gvfs-testbed
index 5e36783a..eb729b71 100755
--- a/test/gvfs-testbed
+++ b/test/gvfs-testbed
@@ -149,7 +149,7 @@ chmod 4550 /home/$CALLING_USER/rootsh
# we must start udisksd in our private mount environment, so that gvfs and
# udisks agree to the same view of mounts
-$UDISKSD --no-debug --replace &
+$UDISKSD --replace &
UDISKS_PID=\$!
echo "Running commmand in testbed: \$ARGS"