Skip to content

Commit

Permalink
Oops. Apparently I didn't run 'make test' after most recent change.
Browse files Browse the repository at this point in the history
Thanks to Dan Sabath for pointing that out.
  • Loading branch information
apenwarr committed Feb 9, 2010
1 parent 77ba305 commit 00889c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.sh
Expand Up @@ -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)
Expand Down

0 comments on commit 00889c8

Please sign in to comment.