summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2016-01-23 08:47:22 -0800
committerDan Nicholson <dbn.lists@gmail.com>2016-02-26 08:52:25 -0800
commite6d33fb1294266ff0302fcae23ef89e1d523910d (patch)
treee252327aeeda82f02de5626473aced38a250378e /check
parent8d19fad1a01ac681a3004bb2777ab71b3dcd4eee (diff)
downloadpkg-config-e6d33fb1294266ff0302fcae23ef89e1d523910d.tar.gz
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
Diffstat (limited to 'check')
-rwxr-xr-xcheck/check-whitespace4
1 files changed, 0 insertions, 4 deletions
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