1 rizwank 1.1 #!/bin/sh 2 # 3 # Test regmatch() primitive. 4 # 5 6 . $srcdir/defs || exit 1 7 8 result=`$states --state=test_primregmatch $srcdir/defs 2>&1` 9 10 if test "X$result" != "X"; then 11 echo $result 12 exit 1; 13 fi