Automatic commit with j
This commit is contained in:
parent
338b779cb9
commit
933aa466c4
3
urchin
3
urchin
@ -136,7 +136,10 @@ recurse() {
|
||||
|
||||
echo "${requested_path}" | grep "^${potential_test}" > /dev/null ||
|
||||
echo "${potential_test}" | grep "^${requested_path}" > /dev/null ||
|
||||
{ test "${potential_test}" != "${requested_test}" &&
|
||||
test -f "${potential_test}" && test -f "${requested_path}"; } ||
|
||||
return 0
|
||||
echo "${requested_path}" XXX "${potential_test}"
|
||||
|
||||
validate_strings "${potential_test}" 'Test file names'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user