summaryrefslogtreecommitdiff
path: root/t/t1410-reflog.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-29 00:33:58 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-29 00:33:58 (GMT)
commitdf391b192d285646fe80ca4d3cfe3c0a3beb5989 (patch)
tree6d04a83b4bd6c6f42a4108a59d7a40d9022f65f3 /t/t1410-reflog.sh
parente0d10e1c63bc52b37bbec99b07deee794058d9b4 (diff)
downloadgit-df391b192d285646fe80ca4d3cfe3c0a3beb5989.zip
git-df391b192d285646fe80ca4d3cfe3c0a3beb5989.tar.gz
git-df391b192d285646fe80ca4d3cfe3c0a3beb5989.tar.bz2
git-fsck-objects is now synonym to git-fsck
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t1410-reflog.sh')
-rwxr-xr-xt/t1410-reflog.sh2
1 files changed, 1 insertions, 1 deletions
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_have () {
}
check_fsck () {
- output=$(git fsck-objects --full)
+ output=$(git fsck --full)
case "$1" in
'')
test -z "$output" ;;