summaryrefslogtreecommitdiff
path: root/test/interactive-helper
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-07-10 12:01:46 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-07-10 12:01:46 +0200
commitda3ebfe79d570c3aeb5f0a407cfec7996f44420c (patch)
tree9fc075d7f598ef76d1175483be221b6b73dc2072 /test/interactive-helper
parent90d1d54ef2a68bd443815f26e9e2b578a1d7c419 (diff)
add failing regression test for bug #346386
Diffstat (limited to 'test/interactive-helper')
-rw-r--r--test/interactive-helper/aptwebserver.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/interactive-helper/aptwebserver.cc b/test/interactive-helper/aptwebserver.cc
index 3c476ad05..c7b815925 100644
--- a/test/interactive-helper/aptwebserver.cc
+++ b/test/interactive-helper/aptwebserver.cc
@@ -244,11 +244,11 @@ int main(int argc, const char *argv[])
}
_error->DumpErrors(std::cerr);
messages.clear();
- }
- std::clog << "CLOSE client " << client
- << " on socket " << sock << std::endl;
- close(client);
+ std::clog << "CLOSE client " << client
+ << " on socket " << sock << std::endl;
+ close(client);
+ }
}
return 0;
}