Undid debugging changes.

geesefs-0-30-9
Aaron Jacobs 2015-03-24 12:04:47 +11:00
parent fddf222e4f
commit 5f3f94992c
1 changed files with 1 additions and 2 deletions

View File

@ -236,7 +236,6 @@ func (t *SubprocessTest) initialize() (err error) {
// Set up basic args for the subprocess.
args := []string{
"--fuse.debug",
"--type",
t.MountType,
"--mount_point",
@ -271,7 +270,7 @@ func (t *SubprocessTest) initialize() (err error) {
// Set up a command.
var stderr bytes.Buffer
mountCmd := exec.Command(toolPath, args...)
mountCmd.Stderr = os.Stderr
mountCmd.Stderr = &stderr
mountCmd.ExtraFiles = extraFiles
// Start it.