--- code/trunk/RunTest.in 2007/02/24 21:40:54 80 +++ code/trunk/RunTest.in 2007/02/24 21:40:59 81 @@ -6,7 +6,10 @@ # Run PCRE tests cf=diff -testdata=@top_srcdir@/testdata +if [ ! -d testdata ] ; then + ln -s @top_srcdir@/testdata testdata +fi +testdata=./testdata # Select which tests to run; if no selection, run all