Skip to content

Commit

Permalink
Merge pull request #8990 from influxdata/js-pid-file-code-cleanup
Browse files Browse the repository at this point in the history
Code cleanup for removing the pid file
  • Loading branch information
jsternberg authored Oct 20, 2017
2 parents 8c42345 + 75b8d9c commit 4cdb782
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/influxd/run/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ package run_test
import (
"io/ioutil"
"os"
"testing"

"path/filepath"

"testing"
"time"

"github.com/influxdata/influxdb/cmd/influxd/run"
)

func TestPIDFile(t *testing.T) {
func TestCommand_PIDFile(t *testing.T) {
tmpdir, err := ioutil.TempDir(os.TempDir(), "influxd-test")
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 4cdb782

Please sign in to comment.