about summary refs log tree commit diff
path: root/third_party/git/t/t1414-reflog-walk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t1414-reflog-walk.sh')
-rwxr-xr-xthird_party/git/t/t1414-reflog-walk.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/git/t/t1414-reflog-walk.sh b/third_party/git/t/t1414-reflog-walk.sh
index 1181a9fb28..feb1efd8ff 100755
--- a/third_party/git/t/t1414-reflog-walk.sh
+++ b/third_party/git/t/t1414-reflog-walk.sh
@@ -18,9 +18,10 @@ do_walk () {
 	git log -g --format="%gd %gs" "$@"
 }
 
+sq="'"
 test_expect_success 'set up expected reflog' '
 	cat >expect.all <<-EOF
-	HEAD@{0} commit (merge): Merge branch ${SQ}master${SQ} into side
+	HEAD@{0} commit (merge): Merge branch ${sq}master${sq} into side
 	HEAD@{1} commit: three
 	HEAD@{2} checkout: moving from master to side
 	HEAD@{3} commit: two