summaryrefslogtreecommitdiff
path: root/t/t9831-git-p4-triggers.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9831-git-p4-triggers.sh')
-rwxr-xr-xt/t9831-git-p4-triggers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9831-git-p4-triggers.sh b/t/t9831-git-p4-triggers.sh
index bbcf14c..be44c97 100755
--- a/t/t9831-git-p4-triggers.sh
+++ b/t/t9831-git-p4-triggers.sh
@@ -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"