Skip to content

Commit

Permalink
Merge branch 'jk/submodule-subdirectory-ok'
Browse files Browse the repository at this point in the history
* jk/submodule-subdirectory-ok:
  t/t7407: fix two typos in submodule tests
  • Loading branch information
Junio C Hamano committed Aug 9, 2013
2 parents 6f7d6ec + dfe338a commit e423a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7407-submodule-foreach.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ test_expect_success 'use "submodule foreach" to checkout 2nd level submodule' '
git rev-parse --resolve-git-dir nested1/.git &&
test_must_fail git rev-parse --resolve-git-dir nested1/nested2/.git &&
git submodule foreach "git submodule update --init" &&
git rev-parse --resolve-git-dir nested1/nested1/nested2/.git
git rev-parse --resolve-git-dir nested1/nested2/.git &&
test_must_fail git rev-parse --resolve-git-dir nested1/nested2/nested3/.git
)
'
Expand Down

0 comments on commit e423a0f

Please sign in to comment.