quickSelfTest/RunUnitTestsStart.st
changeset 382 777dbd727377
parent 381 e72e02985212
child 383 e9e6b209c623
--- a/quickSelfTest/RunUnitTestsStart.st	Tue Oct 10 14:54:15 2017 +0200
+++ b/quickSelfTest/RunUnitTestsStart.st	Tue Oct 10 14:55:05 2017 +0200
@@ -38,7 +38,7 @@
     Stdout nextPutLine:'12'.
     Stderr nextPutLine:'32'.
 
-    (OperatingSystem pathOfSTXExecutable asFilename / 'Start.st') fileIn.
+    (OperatingSystem pathOfSTXExecutable asFilename directory / 'Start.st') fileIn.
     Transcript nextPutLine:'43'.
 ! !