Code

Merge branch 'bg/t5540-osx-grep'
[git.git] / t / t0003-attributes.sh
index f6cf77d125992c8907e864ad015172c4af8c9617..ae2f1da28fa55b92338d7dbcb6ef851b6ec40118 100755 (executable)
@@ -93,7 +93,7 @@ test_expect_success 'attribute test' '
 
 '
 
-test_expect_failure 'unnormalized paths' '
+test_expect_success 'unnormalized paths' '
 
        attr_check ./f f &&
        attr_check ./a/g a/g &&
@@ -102,7 +102,7 @@ test_expect_failure 'unnormalized paths' '
 
 '
 
-test_expect_failure 'relative paths' '
+test_expect_success 'relative paths' '
 
        (cd a && attr_check ../f f) &&
        (cd a && attr_check f f) &&