diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-08-23 09:02:35 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-08-23 09:02:35 -0700 |
| commit | 668843e6d8568b1054a55c4f3e8ee7c55acb5380 (patch) | |
| tree | b29f82827d0adcad3fc64bcc9013ac2300bd4766 /t/helper/test-reftable.c | |
| parent | 5e56a39e6a9b8621e62f7a18ed027777a095dba7 (diff) | |
| parent | 5e440bf7f1884e79f345225e55fbe3ccabf42b5a (diff) | |
| download | git-668843e6d8568b1054a55c4f3e8ee7c55acb5380.tar.gz | |
Merge branch 'cp/unit-test-reftable-readwrite'
* cp/unit-test-reftable-readwrite:
t-reftable-readwrite: add test for known error
t-reftable-readwrite: use 'for' in place of infinite 'while' loops
t-reftable-readwrite: use free_names() instead of a for loop
t: move reftable/readwrite_test.c to the unit testing framework
Diffstat (limited to 't/helper/test-reftable.c')
| -rw-r--r-- | t/helper/test-reftable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-reftable.c b/t/helper/test-reftable.c index 623cf3f0f5..ded28ee5fb 100644 --- a/t/helper/test-reftable.c +++ b/t/helper/test-reftable.c @@ -6,7 +6,6 @@ int cmd__reftable(int argc, const char **argv) { /* test from simple to complex. */ block_test_main(argc, argv); - readwrite_test_main(argc, argv); stack_test_main(argc, argv); return 0; } |
