summaryrefslogtreecommitdiff
path: root/tests/auto/qlocalsocket
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-04-23 15:29:50 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-04-23 16:13:47 +0200
commit08cc1ca928c197a0c94ff791da34e0a79eaed61b (patch)
treed9761995453673ec0d0feb045f94f0dedff1c990 /tests/auto/qlocalsocket
parent2e8ece735d6a31f4657192e77b9dc53fb2a03e9c (diff)
downloadqt4-tools-08cc1ca928c197a0c94ff791da34e0a79eaed61b.tar.gz
clean up server socket on startup
Diffstat (limited to 'tests/auto/qlocalsocket')
-rw-r--r--tests/auto/qlocalsocket/tst_qlocalsocket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qlocalsocket/tst_qlocalsocket.cpp b/tests/auto/qlocalsocket/tst_qlocalsocket.cpp
index f741b96b87..e62b65764f 100644
--- a/tests/auto/qlocalsocket/tst_qlocalsocket.cpp
+++ b/tests/auto/qlocalsocket/tst_qlocalsocket.cpp
@@ -112,6 +112,8 @@ tst_QLocalSocket::tst_QLocalSocket()
#endif
))
qWarning() << "lackey executable doesn't exists!";
+
+ QLocalServer::removeServer("tst_localsocket");
}
tst_QLocalSocket::~tst_QLocalSocket()