diff options
author | Hilko Bengen <bengen@hilluzination.de> | 2012-09-20 19:36:21 +0200 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-20 21:12:38 +0100 |
commit | 71f87d9a8f04212fc0534b3fb423780185181585 (patch) | |
tree | d2793346924e233ed7ce487b24de0c3aba7acc79 | |
parent | e5d01c21d7aa2683ad4b98cb30960219103c056d (diff) | |
download | libguestfs-71f87d9a8f04212fc0534b3fb423780185181585.tar.gz libguestfs-71f87d9a8f04212fc0534b3fb423780185181585.tar.xz libguestfs-71f87d9a8f04212fc0534b3fb423780185181585.zip |
./run: Keep gnome-keyring from disturbing test script output
-rwxr-xr-x[-rw-r--r--] | run.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 "$@" |