Fix brown-bag bug introduced in last check-in.
[pspp] / tests / command / file-label.sh
index eb77926602c2e971f2f71e54d796f3f40d962860..931d0c11af14420816fc21c183868760300717a9 100755 (executable)
@@ -104,7 +104,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/file-lab.stat
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/file-lab.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 # We need to filter out the dates/times
@@ -112,6 +112,7 @@ activity="date filter"
 grep -v 'Document entered' $TEMPDIR/pspp.list > $TEMPDIR/pspp.filtered
 if [ $? -ne 0 ] ; then no_result ; fi
 
+
 activity="compare results"
 diff -b -B $TEMPDIR/pspp.filtered - <<EOF
 1.1 DATA LIST.  Reading 1 record from the command file.
@@ -125,7 +126,7 @@ diff -b -B $TEMPDIR/pspp.filtered - <<EOF
 Documents in the active file:
 
    First line of a document
-   This is the second very long line of a document in an attempt to overflow 
+   This is the second very long line of a document in an attempt to overflow the
    Note that the last line should end with a period: .
 
 File label:
@@ -134,7 +135,7 @@ This is a test file label
 Documents in the active file:
 
    First line of a document
-   This is the second very long line of a document in an attempt to overflow 
+   This is the second very long line of a document in an attempt to overflow the
    Note that the last line should end with a period: .
 
 File label:
@@ -143,7 +144,7 @@ This is a test file label
 Documents in the active file:
 
    First line of a document
-   This is the second very long line of a document in an attempt to overflow 
+   This is the second very long line of a document in an attempt to overflow the
    Note that the last line should end with a period: .
  
    There should be another document now.
@@ -151,7 +152,7 @@ Documents in the active file:
 Documents in the active file:
 
    First line of a document
-   This is the second very long line of a document in an attempt to overflow 
+   This is the second very long line of a document in an attempt to overflow the
    Note that the last line should end with a period: .
  
    There should be another document now.