Comment out lines with full paths in message test.
authorRyan Dahl <ry@tinyclouds.org>
Sun, 20 Jun 2010 05:31:15 +0000 (22:31 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sun, 20 Jun 2010 05:51:40 +0000 (22:51 -0700)
Note that * in the .out files is a special wildcard.

test/message/undefined_reference_in_new_context.out

index f5fba24..fffe056 100644 (file)
@@ -1,12 +1,12 @@
 before
 
 
-/Users/ryan/projects/node/test/message/undefined_reference_in_new_context.js:9
+*test/message/undefined_reference_in_new_context.js:9
 script.runInNewContext();
        ^
 ReferenceError: foo is not defined
     at evalmachine.<anonymous>:1:1
-    at Object.<anonymous> (/Users/ryan/projects/node/test/message/undefined_reference_in_new_context.js:9:8)
+    at Object.<anonymous> (*test/message/undefined_reference_in_new_context.js:9:8)
     at Module._compile (module:384:23)
     at Module._loadScriptSync (module:393:8)
     at Module.loadSync (module:296:10)