We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a08b8 commit ef6931fCopy full SHA for ef6931f
src/mezz/sys-start.r
@@ -111,7 +111,7 @@ start: func [
111
flags/secure-min ['allow]
112
flags/secure-max ['quit]
113
file? script [compose [file throw (file) [allow read] (first script-path) allow]]
114
- 'else [compose [file throw (file) [allow read] %. allow]] ; default
+ 'else ['none] ;compose [file throw (file) [allow read] %. allow]] ; default
115
])
116
117
;-- Evaluate rebol.r script:
src/tests/run-tests.r3
@@ -5,8 +5,6 @@ Rebol [
5
Needs: [%quick-test-module.r3]
6
]
7
8
-secure [file allow]
9
-
10
dt [ ;- delta time
11
***start-run*** "All tests"
12
;recycle/torture
0 commit comments