about summary refs log tree commit diff
path: root/third_party/git/t/t9832-unshelve.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t9832-unshelve.sh')
-rwxr-xr-xthird_party/git/t/t9832-unshelve.sh5
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 e9276c48f4..7194fb2855 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' '