Fixed intl/ and some tests, so that the project can be built and tested
[pspp-builds.git] / tests / bugs / double-frequency.sh
index 8e21dfd2957db306ebfe1c4a4112efa2d01cc677..3104e36abff5da1b7ccb7973033bac2f6bf5580d 100755 (executable)
@@ -54,10 +54,12 @@ 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 $TEMPDIR/ff.stat
+$here/../src/pspp -B $top_srcdir/config $TEMPDIR/ff.stat
 if [ $? -ne 0 ] ; then fail ; fi