Updated Branches: refs/heads/master 6a73560a4 -> 0b9afc33c
try to avoid issue with symlink on jenkins Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/0b9afc33 Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/0b9afc33 Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/0b9afc33 Branch: refs/heads/master Commit: 0b9afc33ceca59df7ea6be833d8e301df72bfa1e Parents: 6a73560 Author: olivier lamy <[email protected]> Authored: Sat Oct 13 16:56:01 2012 +0200 Committer: olivier lamy <[email protected]> Committed: Sat Oct 13 16:56:01 2012 +0200 ---------------------------------------------------------------------- .../command/status/GitStatusConsumerTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-scm/blob/0b9afc33/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/src/test/java/org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumerTest.java ---------------------------------------------------------------------- diff --git a/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/src/test/java/org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumerTest.java b/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/src/test/java/org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumerTest.java index 2dfa5f0..8f73b0b 100644 --- a/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/src/test/java/org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumerTest.java +++ b/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/src/test/java/org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumerTest.java @@ -246,7 +246,7 @@ public class GitStatusConsumerTest throws Exception { File dir = createTempDirectory(); - FileUtils.fileAppend( dir.getAbsolutePath() + File.separator + "NewCapfile", "data" ); + FileUtils.fileAppend( dir.getCanonicalPath() + File.separator + "NewCapfile", "data" ); GitStatusConsumer consumer = new GitStatusConsumer( new DefaultLog(), dir );
