commit | df391b192d285646fe80ca4d3cfe3c0a3beb5989 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Jan 28 16:33:58 2007 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sun Jan 28 16:33:58 2007 -0800 |
tree | 6d04a83b4bd6c6f42a4108a59d7a40d9022f65f3 | |
parent | e0d10e1c63bc52b37bbec99b07deee794058d9b4 [diff] [blame] |
git-fsck-objects is now synonym to git-fsck Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/t/t1410-reflog.sh b/t/t1410-reflog.sh index 47d1247..e5bbc38 100755 --- a/t/t1410-reflog.sh +++ b/t/t1410-reflog.sh
@@ -20,7 +20,7 @@ } check_fsck () { - output=$(git fsck-objects --full) + output=$(git fsck --full) case "$1" in '') test -z "$output" ;;