Skip to content

Commit 68620cd

Browse files
committed
Undo scriptPath changes
1 parent 3476fc8 commit 68620cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/test-resources/scripting/scriptPath.sc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
val pathEntries = System.getenv("PATH").split(psep).toList
1717
System.err.printf("sun.java.command: %s\n", sys.props("sun.java.command"))
1818
System.err.printf("first 5 PATH entries:\n%s\n",pathEntries.take(5).mkString("\n"))
19-
printf("script.path: %s\n",path.norm)
20-
assert(path.endsWith("scriptPath.sc"),s"actual path [$path]")
2119
}
2220

2321
extension(s: String)

0 commit comments

Comments
 (0)