sha1-file.c: mark more strings for translation
[gitweb.git] / t / t9831-git-p4-triggers.sh
index 871544b1c9dc78de64b4c2ced2b1b74d3c1dc577..bbcf14c6646cb4cd9c01d009d196d63a4986a96c 100755 (executable)
@@ -20,7 +20,7 @@ test_expect_success 'init depot' '
        )
 '
 
-test_expect_failure 'clone with extra info lines from verbose p4 trigger' '
+test_expect_success 'clone with extra info lines from verbose p4 trigger' '
        test_when_finished cleanup_git &&
        (
                p4 triggers -i <<-EOF
@@ -38,7 +38,7 @@ test_expect_failure 'clone with extra info lines from verbose p4 trigger' '
        )
 '
 
-test_expect_failure 'import with extra info lines from verbose p4 trigger' '
+test_expect_success 'import with extra info lines from verbose p4 trigger' '
        test_when_finished cleanup_git &&
        (
                cd "$cli" &&