diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-09-17 13:53:58 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-09-17 13:53:58 -0700 |
| commit | 06880cff3892185ae71839636e2d2c688413eccb (patch) | |
| tree | 384648785a690c489a009f16d4c7d1e39901344d /t/t5307-pack-missing-commit.sh | |
| parent | b4583001b4387b454b5afffebb8b350fca291393 (diff) | |
| parent | 859fdc0c3cf9ad8cdd5eacaa24aee481bc1e7bc1 (diff) | |
| download | git-06880cff3892185ae71839636e2d2c688413eccb.tar.xz | |
Merge branch 'ds/commit-graph-tests'
We can now optionally run tests with commit-graph enabled.
* ds/commit-graph-tests:
commit-graph: define GIT_TEST_COMMIT_GRAPH
Diffstat (limited to 't/t5307-pack-missing-commit.sh')
| -rwxr-xr-x | t/t5307-pack-missing-commit.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t5307-pack-missing-commit.sh b/t/t5307-pack-missing-commit.sh index ae52a1882d..dacb440b27 100755 --- a/t/t5307-pack-missing-commit.sh +++ b/t/t5307-pack-missing-commit.sh @@ -24,11 +24,11 @@ test_expect_success 'check corruption' ' ' test_expect_success 'rev-list notices corruption (1)' ' - test_must_fail git rev-list HEAD + test_must_fail env GIT_TEST_COMMIT_GRAPH=0 git rev-list HEAD ' test_expect_success 'rev-list notices corruption (2)' ' - test_must_fail git rev-list --objects HEAD + test_must_fail env GIT_TEST_COMMIT_GRAPH=0 git rev-list --objects HEAD ' test_expect_success 'pack-objects notices corruption' ' |
