diff options
Diffstat (limited to 't/t3033-merge-toplevel.sh')
-rwxr-xr-x | t/t3033-merge-toplevel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3033-merge-toplevel.sh b/t/t3033-merge-toplevel.sh index c1379b00c2..d314599428 100755 --- a/t/t3033-merge-toplevel.sh +++ b/t/t3033-merge-toplevel.sh @@ -19,7 +19,7 @@ test_expect_success setup ' test_commit three && git checkout right && test_commit four && - git checkout --orphan five && + git checkout --orphan newroot && test_commit five && git checkout master ' |