mirror of
https://github.com/onyx-and-iris/exclude.git
synced 2026-04-16 14:13:39 +00:00
add env var support
add confirmation output for reset command
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
func TestRunResetCommand(t *testing.T) {
|
||||
var buf bytes.Buffer
|
||||
|
||||
if err := resetAndWriteExcludeFile(&buf); err != nil {
|
||||
if err := resetAndWriteExcludeFile(&buf, &buf); err != nil {
|
||||
t.Fatalf("resetAndWriteExcludeFile failed: %v", err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user