Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / tests / command / very-long-strings.sh
index d50abd9b98cff58e48f5f11f748bef2b73ee0b9d..7c09d8dc533265ef1e868955b518a0031d4dec11 100755 (executable)
@@ -23,6 +23,7 @@ cleanup()
        echo "NOT cleaning $TEMPDIR"
        return ; 
      fi
+     cd /
      rm -rf $TEMPDIR
 }
 
@@ -191,7 +192,7 @@ EOF
 # Check that the file read back in has the same data as what we wrote.
 
     activity="compare print ($options)"
-    diff --text -b $TEMPDIR/out.txt $TEMPDIR/data
+    diff -b $TEMPDIR/out.txt $TEMPDIR/data
     if [ $? -ne 0 ] ; then fail ; fi