==== run-regress-mkstemp_test ==== cc -O2 -pipe -MD -MP -c /home/src/regress/lib/libc/mkstemp/mkstemp_test.c cc -o mkstemp_test mkstemp_test.o mkdir -p output && cd output && ktrace ../mkstemp_test cd output && kdump | perl -mFcntl -nl -e '/ open\([^,]*,([^,]+)/ or next;' -e '$f = oct($1);' -e 'if ($f & O_CREAT && !($f & O_EXCL)) {' -e ' print "FAIL"; exit 1' -e '}'