[neon/backports-focal/xdg-desktop-portal/Neon/unstable] debian/tests: tests: Look for capsh in /sbin

Simon McVittie null at kde.org
Wed Jan 13 06:32:43 GMT 2021


Git commit c2524683b0515ba41610bd4705ae59d1f1cd3b1c by Simon McVittie.
Committed on 05/08/2020 at 10:13.
Pushed by ash into branch 'Neon/unstable'.

tests: Look for capsh in /sbin

M  +3    -0    debian/tests/gnome-desktop-testing

https://invent.kde.org/neon/backports-focal/xdg-desktop-portal/commit/c2524683b0515ba41610bd4705ae59d1f1cd3b1c

diff --git a/debian/tests/gnome-desktop-testing b/debian/tests/gnome-desktop-testing
index 41323c2..3a8dbb9 100755
--- a/debian/tests/gnome-desktop-testing
+++ b/debian/tests/gnome-desktop-testing
@@ -3,4 +3,7 @@
 set -e
 exec 2>&1
 
+# capsh is in /sbin
+export PATH="$PATH:/sbin:/usr/sbin"
+
 exec gnome-desktop-testing-runner xdg-desktop-portal



More information about the Neon-commits mailing list