Initial version
[pspp] / tests / command / aggregate.sh
index 9c7f4c12aeb8fa20f7c1b6dd20a4d2b1427b3423..534c93b4cc275b22bc6fdab0561b30a3bc8de753 100755 (executable)
@@ -204,7 +204,8 @@ for outfile in active external; do
            if [ $? -ne 0 ] ; then no_result ; fi
 
            activity="check $name output"
-           diff -b -w -B pspp.list agg-$missing.out
+           perl -pi -e 's/^\s*$//g' pspp.list agg-$missing.out
+           diff -b -w pspp.list agg-$missing.out
            if [ $? -ne 0 ] ; then fail ; fi
        done
     done