diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-18 21:58:36 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-18 21:58:36 +0000 |
commit | 4824be4732a5b58e149dd2983ba560300cce7971 (patch) | |
tree | 2ee88fc05b3dbcc64da366020ca998f57b6178fb | |
parent | 10a2ccb7691b6d0043a75f74f39545e0efbd78a6 (diff) | |
download | git-deps-4824be4732a5b58e149dd2983ba560300cce7971.tar.gz |
test fixtures only have two files
-rwxr-xr-x | test/create-repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/create-repo.sh b/test/create-repo.sh index e5886cc..ae31a7c 100755 --- a/test/create-repo.sh +++ b/test/create-repo.sh @@ -17,7 +17,7 @@ cd $test_repo git init git config user.email git-deps-test@fake.address -# Start with three independently committed files +# Start with two independently committed files cat <<EOF > one one |