reset: the command takes committish
[gitweb.git] / t / t1512-rev-parse-disambiguation.sh
index dc56f81cb7e90e68ba79fcedf57aafcefebfc0c6..02109988005f6451974d71bb2d264e74bc556723 100755 (executable)
@@ -121,7 +121,7 @@ test_expect_success 'git log takes only commit-ish' '
        git log 000000000
 '
 
-test_expect_failure 'git reset takes only commit-ish' '
+test_expect_success 'git reset takes only commit-ish' '
        git reset 000000000
 '