aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ls_test.go')
-rw-r--r--commands/ls_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/ls_test.go b/commands/ls_test.go
index 6e31ed83..5759f9d0 100644
--- a/commands/ls_test.go
+++ b/commands/ls_test.go
@@ -77,7 +77,6 @@ $`
env, _ := newTestEnvAndBug(t)
require.NoError(t, runLs(env.env, opts, []string{}))
- t.Log(env.out.String())
require.Regexp(t, testcase.exp, env.out.String())
})
}