aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-13 16:32:19 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-13 16:32:19 +0000
commitfcba62ef0051575981427bc2089b08c693e7a140 (patch)
treea4a65d5854f2ab89bcd9ae0df55912cce9ed6cde
parent1e925f6206fe758bfa4c9514bb1ccaf661d8fea1 (diff)
downloadgit-deps-fcba62ef0051575981427bc2089b08c693e7a140.tar.gz
ditch three file from fixtures
It's more than we need, for now at least.
-rwxr-xr-xtest/create-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/create-repo.sh b/test/create-repo.sh
index 0c3813c..b697a44 100755
--- a/test/create-repo.sh
+++ b/test/create-repo.sh
@@ -36,7 +36,7 @@ git add one
git commit -m 'one'
tag one
-for f in two three; do
+for f in two; do
cp one $f
git add $f
git commit -m "$f"