summaryrefslogtreecommitdiff
path: root/tests/lex.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lex.test')
-rwxr-xr-xtests/lex.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lex.test b/tests/lex.test
index 7bddc6f78..584f94ea0 100755
--- a/tests/lex.test
+++ b/tests/lex.test
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. ./defs || exit 1
+. ./defs || Exit 1
set -e
@@ -42,6 +42,6 @@ $FGREP '$(LEX)' Makefile.in
# Test to make sure that lex source generates correct clean rule.
# From Ralf Corsepius.
-$FGREP joel Makefile.in && exit 1
+$FGREP joel Makefile.in && Exit 1
: