Browse Source

[3399] make distcheck clean-up

Tomek Mrugalski 11 years ago
parent
commit
af2b1fb41c
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/bin/dhcp6/tests/config_parser_unittest.cc

+ 0 - 5
src/bin/dhcp6/tests/config_parser_unittest.cc

@@ -591,11 +591,6 @@ TEST_F(Dhcp6ParserTest, multipleSubnets) {
 
     ElementPtr json = Element::fromJSON(config);
 
-    ofstream out("config.json");
-    out << config;
-    out.close();
-    
-
     do {
         EXPECT_NO_THROW(x = configureDhcp6Server(srv_, json));
         checkResult(x, 0);