mirror of
https://github.com/git/git.git
synced 2026-03-29 11:00:07 +02:00
Oops. Apparently I didn't run 'make test' after most recent change.
Thanks to Dan Sabath for pointing that out.
This commit is contained in:
3
test.sh
3
test.sh
@@ -161,7 +161,8 @@ check_equal "You must provide the --prefix option." "$result"
|
||||
|
||||
# Check that the <prefix> exists for a split.
|
||||
! result=$(git subtree split --prefix=non-existent-directory 2>&1)
|
||||
check_equal "non-existent-directory does not exist." "$result"
|
||||
check_equal "'non-existent-directory' does not exist; use 'git subtree add'" \
|
||||
"$result"
|
||||
|
||||
# check if --message works for split+rejoin
|
||||
spl1=$(git subtree split --annotate='*' --prefix subdir --onto FETCH_HEAD --message "Split & rejoin" --rejoin)
|
||||
|
||||
Reference in New Issue
Block a user