Selaa lähdekoodia

The -reset option now only removes db

Jakob Borg 10 vuotta sitten
vanhempi
sitoutus
a5edb6807e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      test/cli_test.go

+ 1 - 1
test/cli_test.go

@@ -17,7 +17,7 @@ import (
 )
 )
 
 
 func TestCLIReset(t *testing.T) {
 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
 	// Create directories that reset will remove