* test/runtest: cat test-temp-dir only once. Destroy and create
[mmh] / test / setup-test
1 #!/bin/sh
2
3 TEMPDIR=`mktemp -d /tmp/nmh-test-XXXXXXXX`
4 echo $TEMPDIR > test-temp-dir
5
6 cd ..
7 autoheader && autoconf && date > stamp-h.in
8 ./configure --prefix=$TEMPDIR --with-locking=fcntl
9 make install
10
11 echo "Path: $TEMPDIR/Mail" > $TEMPDIR/mh_profile