]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Fixed typo in run_from_console.js
authorSolly Ross <sross@redhat.com>
Tue, 3 Jun 2014 17:15:02 +0000 (13:15 -0400)
committerSolly Ross <sross@redhat.com>
Tue, 3 Jun 2014 17:15:02 +0000 (13:15 -0400)
tests/run_from_console.js

index 30aed6ea90ac1cd0bca4c12fffb599b043976909..3a79360381f2a1f8f2f117a779668a940b24f5a7 100755 (executable)
@@ -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);