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 86afb0a..5a3c945 100644 --- a/vms/test/check.com +++ b/vms/test/check.com @@ -110,10 +110,12 @@ $ type sys$input $ run earray $ 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 ------- |