Comment 3 for bug 551351

Revision history for this message
Ian Brandt (ian-ianbrandt) wrote :

Ah yes. Standard on Mac is:

$ ls -al /tmp
lrwxr-xr-x 1 root wheel 11 Dec 12 08:42 /tmp -> private/tmp

This fails:

mvn test -Djava.io.tmpdir=/tmp

This passes:

mvn test -Djava.io.tmpdir=/private/tmp

Thanks!