summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-02-09 22:39:20 +0000
committerrillig <rillig@pkgsrc.org>2020-02-09 22:39:20 +0000
commitc97209b8788c0cfd7ff9e65058db3aca2ca461b2 (patch)
tree526a379cc5641b7f961394bb089152f43bf47f6b /regress
parente20660d20a52ef80d4b2b5ac9dd338a52e3566a2 (diff)
downloadpkgsrc-c97209b8788c0cfd7ff9e65058db3aca2ca461b2.tar.gz
mk/bsd.pkg.mk: support spaces in PATH directories
Fixes PR pkg/53959.
Diffstat (limited to 'regress')
-rw-r--r--regress/path/spec8
1 files changed, 3 insertions, 5 deletions
diff --git a/regress/path/spec b/regress/path/spec
index 48cab9ba22a..5e3b0cb8023 100644
--- a/regress/path/spec
+++ b/regress/path/spec
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: spec,v 1.1 2020/02/09 22:28:58 rillig Exp $
+# $NetBSD: spec,v 1.2 2020/02/09 22:39:21 rillig Exp $
#
# Ensures that the PATH variable can contain spaces, and that commands in
# such directories can be found and executed.
@@ -19,8 +19,6 @@ do_test() {
check_result() {
exit_status 0
- # FIXME: the spaces must be preserved.
- output_require ":/Path:with:spaces:"
- # FIXME: the spaces must be preserved.
- output_require "/Path:with:spaces$"
+ output_require ":/Path with spaces:"
+ output_require "/Path with spaces$"
}