]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9101-git-svn-props.sh
t9000-t9999: fix broken &&-chains
[thirdparty/git.git] / t / t9101-git-svn-props.sh
index 07bfb63777c80f7e508e632faa9f9ce1823d90ea..8a5c8dc1aad6d036964776d9e3fe2ecd0a893305 100755 (executable)
@@ -149,7 +149,7 @@ test_expect_success 'test show-ignore' "
                svn_cmd up &&
                svn_cmd propset -R svn:ignore '
 no-such-file*
-' .
+' . &&
                svn_cmd commit -m 'propset svn:ignore'
        ) &&
        git svn show-ignore > show-ignore.got &&