lstat_cache(): print a warning if doing ping-pong between cache types
[gitweb.git] / t / t7003-filter-branch.sh
index 8537bf91606282161ab92b6f2f7367c9a3c016fc..cb0474336d66302d9c7cf003bcdeadacb789aa8a 100755 (executable)
@@ -39,7 +39,9 @@ test_expect_success 'result is really identical' '
 '
 
 test_expect_success 'rewrite bare repository identically' '
-       (git config core.bare true && cd .git && git filter-branch branch)
+       (git config core.bare true && cd .git &&
+        git filter-branch branch > filter-output 2>&1 &&
+       ! fgrep fatal filter-output)
 '
 git config core.bare false
 test_expect_success 'result is really identical' '