git p4: verify expected refs in clone --bare test
[gitweb.git] / t / test-lib.sh
index 0f454818096f98aa36b49d74922a137fcff3a9ff..f50f8341d40c6ec87565d01a263d97209fb68680 100644 (file)
@@ -739,6 +739,12 @@ test_lazy_prereq UTF8_NFD_TO_NFC '
        esac
 '
 
+test_lazy_prereq AUTOIDENT '
+       sane_unset GIT_AUTHOR_NAME &&
+       sane_unset GIT_AUTHOR_EMAIL &&
+       git var GIT_AUTHOR_IDENT
+'
+
 # When the tests are run as root, permission tests will report that
 # things are writable when they shouldn't be.
 test -w / || test_set_prereq SANITY