summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2014-06-03 13:15:02 -0400
committerSolly Ross <sross@redhat.com>2014-06-03 13:15:02 -0400
commit7187bc121fae5a85c04abce315499367b2d7ac67 (patch)
tree0efcb91cd9ae83372da06667eb858c9c191651a5
parentd906dfc953df38e56756ae4e63f4f017f7aa6921 (diff)
downloadnovnc-7187bc121fae5a85c04abce315499367b2d7ac67.tar.gz
Fixed typo in run_from_console.js
-rwxr-xr-xtests/run_from_console.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_from_console.js b/tests/run_from_console.js
index 30aed6e..3a79360 100755
--- a/tests/run_from_console.js
+++ b/tests/run_from_console.js
@@ -47,7 +47,7 @@ if (all_js && !program.autoInject) {
});
}
- var fakes_ind = content.indexOf('requires test files: ');
+ var fakes_ind = content.indexOf('requires test modules: ');
if (fakes_ind > -1) {
fakes_ind += 'requires test modules: '.length;
var fakes_eol = content.indexOf('\n', fakes_ind);