]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9831-git-p4-triggers.sh
t9000-t9999: fix broken &&-chains
[thirdparty/git.git] / t / t9831-git-p4-triggers.sh
index bbcf14c6646cb4cd9c01d009d196d63a4986a96c..be44c9751aefa5368d6f05d7b1c29f0c8354095f 100755 (executable)
@@ -13,7 +13,7 @@ test_expect_success 'init depot' '
                cd "$cli" &&
                echo file1 >file1 &&
                p4 add file1 &&
-               p4 submit -d "change 1"
+               p4 submit -d "change 1" &&
                echo file2 >file2 &&
                p4 add file2 &&
                p4 submit -d "change 2"