[Libguestfs] [PATCH 2/2] ./run: Keep gnome-keyring from disturbing test script output

Hilko Bengen bengen at hilluzination.de
Thu Sep 20 17:36:21 UTC 2012


---
 run.in |    4 ++++
 1 file changed, 4 insertions(+)
 mode change 100644 => 100755 run.in

diff --git a/run.in b/run.in
old mode 100644
new mode 100755
index 548ac20..cdcfa29
--- a/run.in
+++ b/run.in
@@ -115,6 +115,10 @@ if libtool --help >/dev/null 2>&1; then
     libtool="libtool --mode=execute"
 fi
 
+# Avoid GNOME keyring stupidity
+export GNOME_KEYRING_CONTROL=
+export GNOME_KEYRING_PID=
+
 # Run the program.
 if [ -z "$test_mode" ]; then
     exec $libtool "$@"
-- 
1.7.10.4




More information about the Libguestfs mailing list