Skip to content

Commit

Permalink
Add ‘--no-auth-cache’ to the svn test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorbits committed Feb 17, 2010
1 parent 095dfb5 commit 9d62838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/svn-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ SVN=svn

. "$(dirname "$0")/setup.sh"
"$SVN" --version | head -1
TM_INTERACTIVE_INPUT=AUTO "$SVN" log http://svn.textmate.org/ --limit 1
TM_INTERACTIVE_INPUT=AUTO "$SVN" --no-auth-cache log http://svn.textmate.org/ --limit 1

0 comments on commit 9d62838

Please sign in to comment.