summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2017-07-16 12:00:23 -0400
committerAndrew Dunstan <andrew@dunslane.net>2017-07-16 12:00:47 -0400
commitf13e48bd54b2a1e9357da775d4ac263a98cab97d (patch)
tree9034e422f50fb54d8ccaaeac86154dd353b38daa /src
parent7eb4124da5ba5d905d911a8f786f78df7703c089 (diff)
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/tools/msvc/vcregress.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl
index 6fd0b7e8af8..a609d997c92 100644
--- a/src/tools/msvc/vcregress.pl
+++ b/src/tools/msvc/vcregress.pl
@@ -235,7 +235,7 @@ sub taptest
die "no tests found!" unless -d "$topdir/$dir/t";
- push(@args,"$topdir/$dir);
+ push(@args,"$topdir/$dir");
InstallTemp();
my $status = tap_check(@args);