aboutsummaryrefslogtreecommitdiffstats
path: root/examples/common_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common_test.go')
-rw-r--r--examples/common_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/common_test.go b/examples/common_test.go
index 1059f4b..e75b492 100644
--- a/examples/common_test.go
+++ b/examples/common_test.go
@@ -18,6 +18,7 @@ var args = map[string][]string{
"showcase": []string{defaultURL},
"custom_http": []string{defaultURL},
"clone": []string{defaultURL, tempFolder()},
+ "progress": []string{defaultURL, tempFolder()},
"open": []string{filepath.Join(cloneRepository(defaultURL, tempFolder()), ".git")},
}