Re: [PATCH v3 01/11] t6301: for-each-ref tests for ref-filter APIs
From: Matthieu Moy <hidden>
Date: 2016-06-15 23:05:20
Karthik Nayak [off-list ref] writes:
Add tests for 'for-each-ref' which utilizes the ref-filter APIs. Currently it's redundant with the tests in 't6300' but more tests will be eventually added as we implement more options into 'for-each-ref'.
Actually, I'm not convinced that the actual tests have a real value (since as you say, it's redundant with t6300). Perhaps we can limit this commit to the setup.
quoted hunk
+++ b/t/t6301-for-each-ref-filter.sh@@ -0,0 +1,36 @@ +#!/bin/sh + +test_description='test for-each-refs usage of ref-filter APIs' + +. ./test-lib.sh +. "$TEST_DIRECTORY"/lib-gpg.sh
You are not using lib-gpg.sh, right? If first thought it was an incorrect cut-and-paste, but I actually think that you need to setup a signed tag to properly test the --points-at option (it does not only list refs pointing directly at a commit, but also refs pointing at a tag pointing at the given commit). Such signed tag could be added here and used later in PATCH 04. -- Matthieu Moy http://www-verimag.imag.fr/~moy/