summaryrefslogtreecommitdiffstats
path: root/pkg/commands/os_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/os_test.go')
-rw-r--r--pkg/commands/os_test.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/commands/os_test.go b/pkg/commands/os_test.go
index 82264ecef..ebb855cbe 100644
--- a/pkg/commands/os_test.go
+++ b/pkg/commands/os_test.go
@@ -29,7 +29,7 @@ func newDummyAppConfig() *config.AppConfig {
return appConfig
}
-// TestOSCommandRunCommandWithOutput is a function
+// TestOSCommandRunCommandWithOutput is a function.
func TestOSCommandRunCommandWithOutput(t *testing.T) {
type scenario struct {
command string
@@ -57,7 +57,7 @@ func TestOSCommandRunCommandWithOutput(t *testing.T) {
}
}
-// TestOSCommandRunCommand is a function
+// TestOSCommandRunCommand is a function.
func TestOSCommandRunCommand(t *testing.T) {
type scenario struct {
command string
@@ -78,7 +78,7 @@ func TestOSCommandRunCommand(t *testing.T) {
}
}
-// TestOSCommandOpenFile is a function
+// TestOSCommandOpenFile is a function.
func TestOSCommandOpenFile(t *testing.T) {
type scenario struct {
filename string
@@ -129,7 +129,7 @@ func TestOSCommandOpenFile(t *testing.T) {
}
}
-// TestOSCommandEditFile is a function
+// TestOSCommandEditFile is a function.
func TestOSCommandEditFile(t *testing.T) {
type scenario struct {
filename string
@@ -259,7 +259,7 @@ func TestOSCommandEditFile(t *testing.T) {
}
}
-// TestOSCommandQuote is a function
+// TestOSCommandQuote is a function.
func TestOSCommandQuote(t *testing.T) {
osCommand := newDummyOSCommand()
@@ -296,7 +296,7 @@ func TestOSCommandQuoteDoubleQuote(t *testing.T) {
assert.EqualValues(t, expected, actual)
}
-// TestOSCommandUnquote is a function
+// TestOSCommandUnquote is a function.
func TestOSCommandUnquote(t *testing.T) {
osCommand := newDummyOSCommand()
@@ -307,7 +307,7 @@ func TestOSCommandUnquote(t *testing.T) {
assert.EqualValues(t, expected, actual)
}
-// TestOSCommandFileType is a function
+// TestOSCommandFileType is a function.
func TestOSCommandFileType(t *testing.T) {
type scenario struct {
path string