fix portability issue reported by Mito
This commit is contained in:
parent
ffd4b8b927
commit
f4e4e257f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue