Merge branch 'jk/HEAD-symref-in-xfer-namespaces'
[gitweb.git] / t / t9810-git-p4-rcs.sh
index 8134ab439b2eb91a3a315cab92b12a2b8b3e5a00..57b533dc6fbaa9d9b82bdaf300b46a426c7b43b7 100755 (executable)
@@ -161,7 +161,7 @@ test_expect_success 'cleanup after failure' '
 test_expect_success 'ktext expansion should not expand multi-line $File::' '
        (
                cd "$cli" &&
-               cat >lv.pm <<-\EOF
+               cat >lv.pm <<-\EOF &&
                my $wanted = sub { my $f = $File::Find::name;
                                    if ( -f && $f =~ /foo/ ) {
                EOF
@@ -360,8 +360,4 @@ test_expect_failure 'Add keywords in git which do not match the default p4 value
        )
 '
 
-test_expect_success 'kill p4d' '
-       kill_p4d
-'
-
 test_done