summaryrefslogtreecommitdiffstats
path: root/run.in
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2012-09-20 19:36:21 +0200
committerRichard W.M. Jones <rjones@redhat.com>2012-09-20 21:12:38 +0100
commit71f87d9a8f04212fc0534b3fb423780185181585 (patch)
treed2793346924e233ed7ce487b24de0c3aba7acc79 /run.in
parente5d01c21d7aa2683ad4b98cb30960219103c056d (diff)
downloadlibguestfs-71f87d9a8f04212fc0534b3fb423780185181585.tar.gz
libguestfs-71f87d9a8f04212fc0534b3fb423780185181585.tar.xz
libguestfs-71f87d9a8f04212fc0534b3fb423780185181585.zip
./run: Keep gnome-keyring from disturbing test script output
Diffstat (limited to 'run.in')
-rwxr-xr-x[-rw-r--r--]run.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/run.in b/run.in
index 548ac207..cdcfa291 100644..100755
--- 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 "$@"