diff options
Diffstat (limited to 'third_party/git/t/t9832-unshelve.sh')
-rwxr-xr-x | third_party/git/t/t9832-unshelve.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/git/t/t9832-unshelve.sh b/third_party/git/t/t9832-unshelve.sh index e9276c48f4a2..7194fb285566 100755 --- a/third_party/git/t/t9832-unshelve.sh +++ b/third_party/git/t/t9832-unshelve.sh @@ -29,8 +29,11 @@ test_expect_success 'init depot' ' ) ' +# Create an initial clone, with a commit unrelated to the P4 change +# on HEAD test_expect_success 'initial clone' ' - git p4 clone --dest="$git" //depot/@all + git p4 clone --dest="$git" //depot/@all && + test_commit -C "$git" "unrelated" ' test_expect_success 'create shelved changelist' ' |