[cs631apue] Test collisions

kthompso kthompso at stevens.edu
Sun Sep 18 22:01:56 EDT 2016


631,

Everyone using this same test script is trying to create files
/tmp/big /tmp/f and some other thing in the tmp directory.

If you're getting these permissions errors, make your own directory
in /tmp and then set TMPDIR to that directory before running your test.

$ mkdir /tmp/${USER}
$ env TMPDIR=/tmp/${USER} ./testcp.sh -v -p a.out

-Be sure to create your directory under /tmp if you want to finish
anytime this year.

Regards,
Kyle


More information about the cs631apue mailing list