summaryrefslogtreecommitdiff
path: root/regress/usr.bin/pkg-config
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2014-03-29 09:25:40 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2014-03-29 09:25:40 +0000
commit9970e9eaffbabe9dc05bd0efd008eae662ddf6f1 (patch)
treea9e3fada5957688a9726ffa9a8f2b31486ac6512 /regress/usr.bin/pkg-config
parenta042f3cef23670ecac3406e7cb38f57ee02678c2 (diff)
tweak the non-hanging but failing earlier test.
Diffstat (limited to 'regress/usr.bin/pkg-config')
-rw-r--r--regress/usr.bin/pkg-config/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/pkg-config/Makefile b/regress/usr.bin/pkg-config/Makefile
index 8b4c56c41ed..cbcb77fa42c 100644
--- a/regress/usr.bin/pkg-config/Makefile
+++ b/regress/usr.bin/pkg-config/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.41 2014/03/29 09:20:30 jasper Exp $
+# $OpenBSD: Makefile,v 1.42 2014/03/29 09:25:39 jasper Exp $
REGRESS_TARGETS=cmp-vers1-1 \
cmp-vers1-2 \
@@ -471,8 +471,8 @@ variables-2:
variables-3:
# Test --variable + --define-variable
- @echo '${foodir}/pkgconfig-plugins.0' > ${WANT}
- @${VPCONFIG} --define-variable=libdir='${foodir}' --variable=plugindir variables
+ @echo '$${foodir}/pkgconfig-plugins.0' > ${WANT}
+ ${VPCONFIG} --define-variable=libdir='$${foodir}' --variable=plugindir variables
@diff -u ${WANT} ${GOT}
variables-4: