Varun Naik <[email protected]> writes: > To guard against changes to the test cases in the future, would it be > better if I write something like the following instead? > git diff --cached --exit-code HEAD nonempty empty
Hmph, that is probably a good idea, as it matches the kind of "reset" we just did, which is what we are testing.

