Merge branch 'wb/fsmonitor-bitmap-fix'
Comment update. * wb/fsmonitor-bitmap-fix: t7519-status-fsmonitor: improve comments
This commit is contained in:
		@ -354,9 +354,11 @@ test_expect_success 'discard_index() also discards fsmonitor info' '
 | 
				
			|||||||
	test_cmp expect actual
 | 
						test_cmp expect actual
 | 
				
			||||||
'
 | 
					'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Test staging/unstaging files that appear at the end of the index.  Test
 | 
					# Test unstaging entries that:
 | 
				
			||||||
# file names begin with 'z' so that they are sorted to the end of the index.
 | 
					#  - Are not flagged with CE_FSMONITOR_VALID
 | 
				
			||||||
test_expect_success 'status succeeds after staging/unstaging ' '
 | 
					#  - Have a position in the index >= the number of entries present in the index
 | 
				
			||||||
 | 
					#    after unstaging.
 | 
				
			||||||
 | 
					test_expect_success 'status succeeds after staging/unstaging' '
 | 
				
			||||||
	test_create_repo fsmonitor-stage-unstage &&
 | 
						test_create_repo fsmonitor-stage-unstage &&
 | 
				
			||||||
	(
 | 
						(
 | 
				
			||||||
		cd fsmonitor-stage-unstage &&
 | 
							cd fsmonitor-stage-unstage &&
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user