I can see the line of code in src/port1.0/tests/portutil.tcl which is failing:
source [file dirname [info script]]/../portutil.tcl
at line 73, but it's the same as a line of code earlier in the file (line 9) which ran fine, and I don't see that the current directory changed before hitting this line. Also, since I didn't touch portutil.tcl, I don't think my changes have caused this failure. On the other hand, I of course don't want to check in anything when "make test" is not working. Any suggestions?