diff options
Diffstat (limited to 't/yacc-d-cxx.sh')
-rwxr-xr-x | t/yacc-d-cxx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yacc-d-cxx.sh b/t/yacc-d-cxx.sh index 1f667c832..474a4fffd 100755 --- a/t/yacc-d-cxx.sh +++ b/t/yacc-d-cxx.sh @@ -19,7 +19,7 @@ # Keep in sync with sister test 'yacc-d-basic.test'. required='c++ yacc' -. ./defs || Exit 1 +. ./defs || exit 1 write_parse () { |