summaryrefslogtreecommitdiff
path: root/args_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'args_test.go')
-rw-r--r--args_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/args_test.go b/args_test.go
index 78d346f..a211815 100644
--- a/args_test.go
+++ b/args_test.go
@@ -162,7 +162,7 @@ func TestArgs_Directory(t *testing.T) {
},
{
line: "a b c /tmp",
- directory: "/tmp",
+ directory: "/tmp/",
},
{
line: "a b c /tmp ",
@@ -178,7 +178,7 @@ func TestArgs_Directory(t *testing.T) {
},
{
line: "a b c dir",
- directory: "./dir/",
+ directory: "dir/",
},
{
line: "a b c ./di",