URI: 
       exprs.test - enscript - GNU Enscript
  HTML git clone git://thinkerwim.org/enscript.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       exprs.test (172B)
       ---
            1 #!/bin/sh
            2 #
            3 # Test language expressions.
            4 #
            5 
            6 . $srcdir/defs || exit 1
            7 
            8 result=`$states --state=test_exprs $srcdir/defs 2>&1`
            9 
           10 if test "X$result" != "Xok"; then
           11   exit 1;
           12 fi