summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/nodejs/proctor-nodejs.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtimes/nodejs/proctor-nodejs.go')
-rw-r--r--test/runtimes/nodejs/proctor-nodejs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtimes/nodejs/proctor-nodejs.go b/test/runtimes/nodejs/proctor-nodejs.go
index 5f21e046b..0624f6a0d 100644
--- a/test/runtimes/nodejs/proctor-nodejs.go
+++ b/test/runtimes/nodejs/proctor-nodejs.go
@@ -29,7 +29,7 @@ import (
var (
dir = os.Getenv("LANG_DIR")
testDir = filepath.Join(dir, "test")
- testRegEx = regexp.MustCompile(`^test-.+\.js$`)
+ testRegEx = regexp.MustCompile(`^test-[^-].+\.js$`)
)
type nodejsRunner struct {