summaryrefslogtreecommitdiff
path: root/t/t1013-loose-object-format.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2011-12-19 16:05:25 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-12-19 16:05:25 -0800
commit9293aac2b1911abd52d08fc1e8641dc69ab8a8ad (patch)
tree12416b05b926ed7642cabc7164cedb948d61ec52 /t/t1013-loose-object-format.sh
parentMerge branch 'tr/cache-tree' (diff)
parentt3401: use test_commit in setup (diff)
downloadtgif-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-xt/t1013-loose-object-format.sh2
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
'