fix portability issue reported by Mito

This commit is contained in:
Wez Furlong 2008-06-03 03:39:58 +00:00
parent ffd4b8b927
commit f4e4e257f5

View file

@ -5,7 +5,7 @@
#
FILE=Makefile.am
TMPLOC=$(mktemp -d -t umem_test4.XXXXXX)
TMPLOC=`mktemp -d /tmp/umem_test4.XXXXXX`
trap 'rm -rf $TMPLOC' 1 2 15
LD_PRELOAD=.libs/libumem.so /usr/bin/ldd /bin/ls >$TMPLOC/log 2>&1