---
 tests/semantics.at |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tests/semantics.at b/tests/semantics.at
index f2c59f3..9e3da84 100644
--- a/tests/semantics.at
+++ b/tests/semantics.at
@@ -554,6 +554,11 @@ AT_CLEANUP
 
 AT_SETUP([AC_PATH_PROGS_FEATURE_CHECK])
 
+# This test doesn't work if `pwd` contains white space
+case `pwd` in
+  *\ * | *\    *) AT_CHECK([exit 77]) ;;
+esac
+
 AT_CHECK_PROGS_PREPARE
 
 AT_DATA([configure.ac],
-- 
1.5.3.6.950.g92b7b



Reply via email to