bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in C
[gitweb.git] / t / t5001-archive-attr.sh
index 063622bc7147f2e4f69c11c4890ec6662d334e36..e9aa97117ab41beab708f4ded34628b015021e4e 100755 (executable)
@@ -73,10 +73,10 @@ test_expect_missing archive-pathspec/ignored-by-tree
 test_expect_missing    archive-pathspec/ignored-by-tree.d
 test_expect_missing    archive-pathspec/ignored-by-tree.d/file
 test_expect_exists     archive-pathspec/ignored-by-worktree
-test_expect_missing    archive-pathspec/excluded-by-pathspec.d failure
+test_expect_missing    archive-pathspec/excluded-by-pathspec.d
 test_expect_missing    archive-pathspec/excluded-by-pathspec.d/file
 
-test_expect_failure 'git archive with wildcard pathspec' '
+test_expect_success 'git archive with wildcard pathspec' '
        git archive HEAD ":!excluded-by-p*" >archive-pathspec-wildcard.tar &&
        extract_tar_to_dir archive-pathspec-wildcard
 '
@@ -85,7 +85,7 @@ test_expect_missing   archive-pathspec-wildcard/ignored
 test_expect_missing    archive-pathspec-wildcard/ignored-by-tree
 test_expect_missing    archive-pathspec-wildcard/ignored-by-tree.d
 test_expect_missing    archive-pathspec-wildcard/ignored-by-tree.d/file
-test_expect_exists     archive-pathspec-wildcard/ignored-by-worktree failure
+test_expect_exists     archive-pathspec-wildcard/ignored-by-worktree
 test_expect_missing    archive-pathspec-wildcard/excluded-by-pathspec.d
 test_expect_missing    archive-pathspec-wildcard/excluded-by-pathspec.d/file