aboutsummaryrefslogtreecommitdiffstats
path: root/examples/common_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-12-16 21:53:40 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2016-12-16 22:23:40 +0100
commitc9353b2bd7c1cbdf8f78dad6deac64ed2f2ed9eb (patch)
tree9f109561fac60b86c1996378bab0bb1e33ddc07e /examples/common_test.go
parentb3adbed0ce15d82bf41d23cc507c5dd47a6c4260 (diff)
downloadgo-git-c9353b2bd7c1cbdf8f78dad6deac64ed2f2ed9eb.tar.gz
README and examples progressv4.0.0-rc5
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")},
}