summaryrefslogtreecommitdiff
path: root/tests/cond36.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cond36.test')
-rwxr-xr-xtests/cond36.test7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/cond36.test b/tests/cond36.test
index 58eb5297a..6826cd58f 100755
--- a/tests/cond36.test
+++ b/tests/cond36.test
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2011 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,8 +16,7 @@
# Check rules output for parser defined conditionally.
-required='flex bison gcc'
-. ./defs
+. ./defs || Exit 1
set -e
@@ -59,3 +58,5 @@ $AUTOMAKE -Wno-error
test `grep tparse.h: Makefile.in | wc -l` = 2
grep '@CASE_A_TRUE@tparse.h:' Makefile.in
grep '@CASE_A_FALSE@tparse.h:' Makefile.in
+
+: