test harness: No-op change to minimize the next diff.
This commit is contained in:
		
							parent
							
								
									e79ce6afd0
								
							
						
					
					
						commit
						ea2f1060f6
					
				|  | @ -186,7 +186,8 @@ run_test_internal() { | ||||||
|   if [[ -n $expected_mismatch ]]; then |   if [[ -n $expected_mismatch ]]; then | ||||||
|     tap_escape $expected_mismatch; expected_mismatch=$REPLY |     tap_escape $expected_mismatch; expected_mismatch=$REPLY | ||||||
|     print "ok $i - cardinality check" "# SKIP $expected_mismatch" |     print "ok $i - cardinality check" "# SKIP $expected_mismatch" | ||||||
|   elif (( $#expected_region_highlight == $#region_highlight )); then |   else | ||||||
|  |     if (( $#expected_region_highlight == $#region_highlight )); then | ||||||
|       print -r -- "ok $i - cardinality check" |       print -r -- "ok $i - cardinality check" | ||||||
|     else |     else | ||||||
|       local details |       local details | ||||||
|  | @ -195,6 +196,7 @@ run_test_internal() { | ||||||
|       tap_escape $details; details=$REPLY |       tap_escape $details; details=$REPLY | ||||||
|       print -r -- "not ok $i - cardinality check - $details" |       print -r -- "not ok $i - cardinality check - $details" | ||||||
|     fi |     fi | ||||||
|  |   fi | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| # Run a single test file.  The exit status is 1 if the test harness had | # Run a single test file.  The exit status is 1 if the test harness had | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue