X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=test%2Fsetup-test;h=a05b13924ad6d6684eef0dcba1af51236c28cf28;hp=d197295292595077a9215e17460f07a5997968e1;hb=7afe9b7d7142e48c76dfac3992fdf91d3e5518ff;hpb=3bade3916feaf3cb52e1dd8a12004eda26f6980b diff --git a/test/setup-test b/test/setup-test index d197295..a05b139 100755 --- a/test/setup-test +++ b/test/setup-test @@ -3,28 +3,9 @@ TEMPDIR=`mktemp -d /tmp/nmh-test-XXXXXXXX` echo $TEMPDIR > test-temp-dir -pushd .. -aclocal -autoheader -autoconf +cd .. +autoheader && autoconf && date > stamp-h.in ./configure --prefix=$TEMPDIR --with-locking=fcntl make install echo "Path: $TEMPDIR/Mail" > $TEMPDIR/mh_profile -mkdir $TEMPDIR/Mail - -MH=$TEMPDIR/mh_profile $TEMPDIR/bin/folder -create +inbox - -for i in `seq 1 10`; -do - cat > $TEMPDIR/Mail/inbox/$i < -To: Some User -Date: Fri, 29 Sep 2006 00:00:00 -Subject: Testing message $i - -This is message number $i -EOF -done - -popd