chiark / gitweb /
New policy: Only use test_expect_failure for broken tests
[stgit] / t / t2200-rebase.sh
index c142e08d1934f68b23bb6671a68015012ded4c09..ec2a104fc2e089a5d9653faa852cf416b987c909 100755 (executable)
@@ -31,10 +31,10 @@ test_expect_success \
        test `stg applied | wc -l` = 1
        '
 
-test_expect_failure \
+test_expect_success \
        'Attempt rebase to non-existing commit' \
        '
-       stg rebase not-a-ref
+       stg rebase not-a-ref
        '
 
 test_expect_success \