diff options
Diffstat (limited to 'tests/cond9.test')
-rwxr-xr-x | tests/cond9.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cond9.test b/tests/cond9.test index 21c37801d..d8ab4171a 100755 --- a/tests/cond9.test +++ b/tests/cond9.test @@ -16,7 +16,7 @@ # Test for bug in conditionals. From Raja R Harinath. -. ./defs || exit 1 +. ./defs || Exit 1 cat > configure.in << 'END' AC_INIT(Makefile.am) |