tests: don't fail if seq is no available

As is the case on Solaris.
Reported by Dennis Clarke.
https://lists.gnu.org/archive/html/bug-bison/2019-12/msg00011.html

* examples/c/reccalc/reccalc.test: Skip if there is no seq.
This commit is contained in:
Akim Demaille
2019-12-14 17:11:52 +01:00
parent 3bad20352c
commit 7f01adced9

View File

@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
seq 0 >/dev/null || exit 77
cat >input <<EOF
1+2*3
EOF