From c18819167b0195f363c9750bd48ac4872c4ef77b Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sun, 21 Jun 2015 03:00:03 +0300 Subject: tests: suite: cleanup shell usage Add quotes for most usages of variables. Added ${} for variables. Cleanup indentation to be consistent with other tests. Fix separate builddir issues. Signed-off-by: Alon Bar-Lev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0cbba41457..3701889ab4 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ if test "$use_cxx" != "no"; then AC_LANG_POP(C++) fi AM_CONDITIONAL(ENABLE_CXX, test "$use_cxx" != "no") -AM_CONDITIONAL(WANT_TEST_SUITE, [test -f tests/suite/mini-eagain2.c]) +AM_CONDITIONAL(WANT_TEST_SUITE, [test -f "${srcdir}/tests/suite/mini-eagain2.c"]) dnl Detect windows build use_accel=yes -- cgit v1.2.1