Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha.silbe@caravan.local>2010-07-17 08:06:49 (GMT)
committer Sascha Silbe <sascha.silbe@caravan.local>2010-07-17 08:06:49 (GMT)
commit314a6c2644a192c958c7e6afdcd03a7363b9f648 (patch)
treec13926777ea071002007ba4daa8f57235559ebac
parent4e54ac575abb7448ec1938d15d1ab2803b9ffd67 (diff)
parent58bd341078175b08c6b5fc2783422bee2deb33ba (diff)
Merge remote branch 'refs/remotes/origin/t/bug-1550-mkstemp-only' into HEAD
-rw-r--r--.topdeps2
-rw-r--r--.topmsg6
2 files changed, 3 insertions, 5 deletions
diff --git a/.topdeps b/.topdeps
index 9c9ac90..6477ffc 100644
--- a/.topdeps
+++ b/.topdeps
@@ -1 +1 @@
-upstream/master
+t/testsuite
diff --git a/.topmsg b/.topmsg
index 76e731e..9ba30e0 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,8 +1,6 @@
From: Sascha Silbe <sascha@silbe.org>
-Subject: [PATCH] add (minimal) test suite (#1438)
+Subject: [PATCH] fix file descriptor leak in filestore.retrieve() and use only mkstemp()
-Add a minimal test suite for the data store operating on public DBus API
-level. Checks all public API calls, including some simple performance
-measurements.
+Fix file descriptor leak in filestore.retrieve() and use only mkstemp().
Signed-off-by: Sascha Silbe <sascha@silbe.org>