summaryrefslogtreecommitdiff
path: root/t/t7009-filter-branch-null-sha1.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t7009-filter-branch-null-sha1.sh')
-rwxr-xr-xt/t7009-filter-branch-null-sha1.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/t7009-filter-branch-null-sha1.sh b/t/t7009-filter-branch-null-sha1.sh
index c27f90f..a8d9ec4 100755
--- a/t/t7009-filter-branch-null-sha1.sh
+++ b/t/t7009-filter-branch-null-sha1.sh
@@ -31,6 +31,12 @@ test_expect_success 'setup: bring HEAD and index in sync' '
git commit -a -m "back to normal"
'
+test_expect_success 'noop filter-branch complains' '
+ test_must_fail git filter-branch \
+ --force --prune-empty \
+ --index-filter "true"
+'
+
test_expect_success 'filter commands are still checked' '
test_must_fail git filter-branch \
--force --prune-empty \