From: Nick Mathewson Date: Sat, 15 Feb 2014 03:59:56 +0000 (-0500) Subject: fix a whitespace snafu X-Git-Tag: tor-0.2.5.3-alpha~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198789462609c339d60d554fa398a0d6dbe7a962;p=thirdparty%2Ftor.git fix a whitespace snafu --- diff --git a/src/test/test_config.c b/src/test/test_config.c index a1dff644a0..678357d8eb 100644 --- a/src/test/test_config.c +++ b/src/test/test_config.c @@ -291,7 +291,6 @@ test_config_write_to_data_subdir(void *arg) test_streq(cp, str); tor_free(cp); - done: (void) unlink(filepath); rmdir(options->DataDirectory);