From a5edb6807eb2822d0599c9b375348c7b91958405 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 5 Apr 2015 17:40:58 +0200 Subject: [PATCH] The -reset option now only removes db --- test/cli_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli_test.go b/test/cli_test.go index c7e5004ca..f47c9d390 100644 --- a/test/cli_test.go +++ b/test/cli_test.go @@ -17,7 +17,7 @@ import ( ) func TestCLIReset(t *testing.T) { - dirs := []string{"s1", "s12-1", "h1/index-v0.11.0.db"} + dirs := []string{"h1/index-v0.11.0.db"} // Create directories that reset will remove