aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7702-repack-cyclic-alternate.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t7702-repack-cyclic-alternate.sh')
-rwxr-xr-xt/t7702-repack-cyclic-alternate.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t7702-repack-cyclic-alternate.sh b/t/t7702-repack-cyclic-alternate.sh
index f3cdb98eec..cd91766e78 100755
--- a/t/t7702-repack-cyclic-alternate.sh
+++ b/t/t7702-repack-cyclic-alternate.sh
@@ -5,7 +5,6 @@
test_description='repack involving cyclic alternate'
-TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_expect_success setup '
@@ -18,7 +17,7 @@ test_expect_success setup '
echo "$(pwd)"/.git/objects/../objects >.git/objects/info/alternates
'
-test_expect_success 're-packing repository with itsself as alternate' '
+test_expect_success 're-packing repository with itself as alternate' '
git repack -adl &&
git fsck
'