diff options
author | 2011-12-19 16:05:25 -0800 | |
---|---|---|
committer | 2011-12-19 16:05:25 -0800 | |
commit | 9293aac2b1911abd52d08fc1e8641dc69ab8a8ad (patch) | |
tree | 12416b05b926ed7642cabc7164cedb948d61ec52 /t/t1013-loose-object-format.sh | |
parent | Merge branch 'tr/cache-tree' (diff) | |
parent | t3401: use test_commit in setup (diff) | |
download | tgif-9293aac2b1911abd52d08fc1e8641dc69ab8a8ad.tar.xz |
Merge branch 'rr/test-chaining'
* rr/test-chaining:
t3401: use test_commit in setup
t3401: modernize style
t3040 (subprojects-basic): fix '&&' chaining, modernize style
t1510 (worktree): fix '&&' chaining
t3030 (merge-recursive): use test_expect_code
test: fix '&&' chaining
t3200 (branch): fix '&&' chaining
Diffstat (limited to 't/t1013-loose-object-format.sh')
-rwxr-xr-x | t/t1013-loose-object-format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1013-loose-object-format.sh b/t/t1013-loose-object-format.sh index 0a9cedd374..fbf5f2fc00 100755 --- a/t/t1013-loose-object-format.sh +++ b/t/t1013-loose-object-format.sh @@ -34,7 +34,7 @@ assert_blob_equals() { } test_expect_success setup ' - cp -R "$TEST_DIRECTORY/t1013/objects" .git/ + cp -R "$TEST_DIRECTORY/t1013/objects" .git/ && git --version ' |