Fixed intl/ and some tests, so that the project can be built and tested
[pspp-builds.git] / tests / bugs / html-frequency.sh
index 9ef4a4af2ea6bc2caffbcdf64e49b69425f0a502..27b6f58a81547c42295c163e50d16b57ba30f6fe 100755 (executable)
@@ -55,10 +55,11 @@ frequencies v1 v2.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
+cd $top_srcdir ; top_srcdir=`pwd`
 cd $TEMPDIR
 
 activity="run data"
-$here/../src/pspp -o html $TEMPDIR/ff.stat
+$here/../src/pspp -B $top_srcdir/config -o html $TEMPDIR/ff.stat
 if [ $? -ne 0 ] ; then fail ; fi