summaryrefslogtreecommitdiff
path: root/t/t1006-cat-file.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t1006-cat-file.sh')
-rwxr-xr-xt/t1006-cat-file.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/t/t1006-cat-file.sh b/t/t1006-cat-file.sh
index fc9191c1b9..ebec2061d2 100755
--- a/t/t1006-cat-file.sh
+++ b/t/t1006-cat-file.sh
@@ -14,7 +14,8 @@ for switches in \
'-p -t' \
'-t -s' \
'-s --textconv' \
- '--textconv --filters'
+ '--textconv --filters' \
+ '--batch-all-objects -e'
do
test_expect_success "usage: cmdmode $switches" '
test_cmdmode_usage git cat-file $switches
@@ -41,10 +42,6 @@ do
test_expect_success "usage: $opt requires another option" '
test_expect_code 129 git cat-file $opt
'
-
- test_expect_failure "usage: incompatible options: --batch-all-objects with $opt" '
- test_incompatible_usage git cat-file --batch-all-objects $opt
- '
done
for opt in $short_modes