ref-filter: Do not abruptly die when using the 'lstrip=<N>' option
[gitweb.git] / t / t6300-for-each-ref.sh
index 5eb013ca2146d152be86362a921a2183396c0aaf..d3d1a97db9709c29b829cf64df4fa6cce04ed6fe 100755 (executable)
@@ -147,10 +147,6 @@ test_expect_success 'arguments to :lstrip must be positive integers' '
        test_must_fail git for-each-ref --format="%(refname:lstrip=foo)"
 '
 
-test_expect_success 'stripping refnames too far gives an error' '
-       test_must_fail git for-each-ref --format="%(refname:lstrip=3)"
-'
-
 test_expect_success 'Check format specifiers are ignored in naming date atoms' '
        git for-each-ref --format="%(authordate)" refs/heads &&
        git for-each-ref --format="%(authordate:default) %(authordate)" refs/heads &&