diff options
-rw-r--r-- | vms/test/check.com | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/vms/test/check.com b/vms/test/check.com index eb5a4d8..6d978bc 100644 --- a/vms/test/check.com +++ b/vms/test/check.com @@ -95,10 +95,12 @@ $ type sys$input $ run dtypes $ type sys$input -$ type sys$input -------- Running efc ------- -$ run efc -$ type sys$input +$! Skip this test for now because it opens the same file many times. +$! Please see Issue 7620 in Jira about it. +$! type sys$input +$! ------- Running efc ------- +$! run efc +$! type sys$input $ type sys$input ------- Running enum ------- |