summaryrefslogtreecommitdiff
path: root/check/check-whitespace
diff options
context:
space:
mode:
Diffstat (limited to 'check/check-whitespace')
-rwxr-xr-xcheck/check-whitespace5
1 files changed, 5 insertions, 0 deletions
diff --git a/check/check-whitespace b/check/check-whitespace
index e4388ba..6186c22 100755
--- a/check/check-whitespace
+++ b/check/check-whitespace
@@ -4,6 +4,11 @@ set -e
. ${srcdir}/common
+# variables come out unquoted. In 0.28 and earlier, this would also
+# contain the ""s quoting the variable.
+RESULT='/usr/white space/include'
+run_test --variable=includedir whitespace
+
# expect cflags from whitespace
RESULT='-Dlala=misc -I/usr/white\ space/include -I$(top_builddir) -Iinclude\ dir -Iother\ include\ dir'
run_test --cflags whitespace