X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1410-reflog.sh;h=e5bbc384f7f4e56b13a13bf2bedad1427e257652;hb=a108e5386122c75a350e9a191fc727895941ddff;hp=47d124732cd04481d6a21e927aa6104f63e21fbf;hpb=e0d10e1c63bc52b37bbec99b07deee794058d9b4;p=git.git diff --git a/t/t1410-reflog.sh b/t/t1410-reflog.sh index 47d124732..e5bbc384f 100755 --- a/t/t1410-reflog.sh +++ b/t/t1410-reflog.sh @@ -20,7 +20,7 @@ check_have () { } check_fsck () { - output=$(git fsck-objects --full) + output=$(git fsck --full) case "$1" in '') test -z "$output" ;;