We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d6799e + 460782b commit 8dc28eeCopy full SHA for 8dc28ee
t/t7519-status-fsmonitor.sh
@@ -354,9 +354,11 @@ test_expect_success 'discard_index() also discards fsmonitor info' '
354
test_cmp expect actual
355
'
356
357
-# Test staging/unstaging files that appear at the end of the index. Test
358
-# file names begin with 'z' so that they are sorted to the end of the index.
359
-test_expect_success 'status succeeds after staging/unstaging ' '
+# Test unstaging entries that:
+# - Are not flagged with CE_FSMONITOR_VALID
+# - Have a position in the index >= the number of entries present in the index
360
+# after unstaging.
361
+test_expect_success 'status succeeds after staging/unstaging' '
362
test_create_repo fsmonitor-stage-unstage &&
363
(
364
cd fsmonitor-stage-unstage &&
0 commit comments