Code

git-check-attr: Fix command-line handling to match docs
[git.git] / t / t0003-attributes.sh
index a49f8a9813b81a1db41f22a2843e03abbc2aa61c..5acb2d5bbd308a741179c09ebe923a4bb16fb032 100755 (executable)
@@ -70,7 +70,6 @@ test_expect_success 'command line checks' '
        echo "f" | test_must_fail git check-attr --stdin &&
        echo "f" | test_must_fail git check-attr --stdin -- f &&
        echo "f" | test_must_fail git check-attr --stdin test -- f &&
-       echo "f" | test_must_fail git check-attr --stdin test f &&
        test_must_fail git check-attr "" -- f
 
 '