aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2001-09-15 17:11:24 +0000
committerFrank Ch. Eigler <fche@redhat.com>2001-09-15 17:11:24 +0000
commit9890ac81bcca9f9337031eab0c553cedc34e30af (patch)
treef87f9c0b80ff3b09ba706ee613e07331af9f5eed /gdb/testsuite/lib
parente08ae97912972aa69b9860deebf29b0f2c84de4a (diff)
downloadgdb-9890ac81bcca9f9337031eab0c553cedc34e30af.zip
gdb-9890ac81bcca9f9337031eab0c553cedc34e30af.tar.gz
gdb-9890ac81bcca9f9337031eab0c553cedc34e30af.tar.bz2
2001-09-15 Frank Ch. Eigler <fche@redhat.com>
* lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with the "-ac" (disable access control) flag.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/insight-support.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/insight-support.exp b/gdb/testsuite/lib/insight-support.exp
index 2520f83..9c3cbad 100644
--- a/gdb/testsuite/lib/insight-support.exp
+++ b/gdb/testsuite/lib/insight-support.exp
@@ -116,7 +116,7 @@ proc _gdbtk_xvfb_init {} {
}
} elseif {!$_using_windows && [which Xvfb] != 0} {
set screen ":[getpid]"
- set pid [spawn Xvfb $screen]
+ set pid [spawn Xvfb $screen -ac]
set _xvfb_spawn_id $spawn_id
set env(DISPLAY) $screen
} else {