aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-07-16 22:19:43 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-07-16 22:21:07 -0400
commit606b29fe0d07144ff13c3a731eef299b72060f91 (patch)
tree27998fb618085ce2fd8cc526f20cedcd5cfe924f /tests/runtests.pl
parent60b19630b032d99270282e021216605718acc14d (diff)
runtests: Allow for spaces in curl custom path
.. also fix some typos in test's FILEFORMAT spec.
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 01010913b..3ff318719 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -4734,7 +4734,7 @@ while(@ARGV) {
}
elsif ($ARGV[0] eq "-c") {
# use this path to curl instead of default
- $DBGCURL=$CURL=$ARGV[1];
+ $DBGCURL=$CURL="\"$ARGV[1]\"";
shift @ARGV;
}
elsif ($ARGV[0] eq "-vc") {