Merge branch 'rr/name-rev-stdin-doc'
[gitweb.git] / t / t7102-reset.sh
index 4f1c9f9c7f8ad5aa25f6581815140598d1d6d45f..8d4b50d1b5816d69ab165119773a7ffc0c360c0a 100755 (executable)
@@ -486,7 +486,7 @@ test_expect_success 'disambiguation (1)' '
        test_must_fail git diff --quiet -- secondfile &&
        test -z "$(git diff --cached --name-only)" &&
        test -f secondfile &&
-       test ! -s secondfile
+       test_must_be_empty secondfile
 
 '