(file) Return to startrules.test CVS log (file) (dir) Up to [RizwankCVS] / testProject / states / tests

 1 rizwank 1.1 #!/bin/sh
 2             #
 3             # Test startrules.
 4             #
 5             
 6             . $srcdir/defs || exit 1
 7             
 8             result=`$states $srcdir/startrules.test 2>&1`
 9             
10             if test "X$result" != "Xtest_startrules"; then
11               exit 1;
12             fi

Rizwan Kassim
Powered by
ViewCVS 0.9.2