Fixed up the tests, so that make check now works
[pspp-builds.git] / tests / syntax
index 023b6c312325aa8c516bec2b07b799c971abf758..081919a0615849f27833f6fd6ba284fa00471100 100755 (executable)
@@ -1,8 +1,14 @@
-#! /bin/sh
+#!/bin/sh
+
+
+# This script tests that incorrect syntax on various commands produces the 
+# appropriate error messages
+
 set -e
 RESULT=pass
 
 srcdir=${srcdir:-.}
+
 for x in `cd $srcdir; echo *.stat *.data`; do 
     if [ ! -e $x ]; then
        ln -s $srcdir/$x .