]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t7201-co.sh
Merge branch 'maint-1.6.1' into maint
[git.git] / t / t7201-co.sh
index 0e21632f19e75e1e7bbca1ceb2b9402a4d291584..bdb808af1aefae97c297f7845a8cd3b595404e89 100755 (executable)
@@ -171,7 +171,7 @@ test_expect_success 'checkout to detach HEAD' '
        git checkout -f renamer && git clean -f &&
        git checkout renamer^ 2>messages &&
        (cat >messages.expect <<EOF
-Note: moving to "renamer^" which isn'"'"'t a local branch
+Note: moving to '\''renamer^'\'' which isn'\''t a local branch
 If you want to create a new branch from this checkout, you may do so
 (now or later) by using -b with the checkout command again. Example:
   git checkout -b <new_branch_name>