From e6d33fb1294266ff0302fcae23ef89e1d523910d Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sat, 23 Jan 2016 08:47:22 -0800 Subject: Revert "Unquote values of requested variables" This reverts commit 50c2867f4a6981e085c721d936c96f174f11f415. g_shell_quote doesn't match the quoting behavior of pkg-config when the same variables are output via --cflags and similar. https://bugs.freedesktop.org/show_bug.cgi?id=93284 --- check/check-whitespace | 4 ---- 1 file changed, 4 deletions(-) (limited to 'check') diff --git a/check/check-whitespace b/check/check-whitespace index b062bc0..e4388ba 100755 --- a/check/check-whitespace +++ b/check/check-whitespace @@ -4,10 +4,6 @@ set -e . ${srcdir}/common -# variables come out unquoted -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 -- cgit v1.2.1