summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rwxr-xr-xcommon/tests/run-test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tests/run-test.pl b/common/tests/run-test.pl
index cbe844cd02..f6d9e535ca 100755
--- a/common/tests/run-test.pl
+++ b/common/tests/run-test.pl
@@ -67,7 +67,7 @@ while (<STDIN>)
while (@ungeted)
{
$_ = shift @ungeted;
- if (/^(.*):(:)?$/)
+ if (/^(.*?):(:)?$/)
{
# Directory line.
$dir = $1;