diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-17 15:08:56 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-17 15:08:56 (GMT) |
commit | d25ff865eeb6ee4c4396b9e174a322cc359e0fbd (patch) | |
tree | 688f99bb88d40b0c5e2e8861e7ab21774dd8d5d1 | |
parent | d6bf9ca5c3bbc8eff074ad06e01ab2cdd617b221 (diff) | |
download | hdf5-d25ff865eeb6ee4c4396b9e174a322cc359e0fbd.zip hdf5-d25ff865eeb6ee4c4396b9e174a322cc359e0fbd.tar.gz hdf5-d25ff865eeb6ee4c4396b9e174a322cc359e0fbd.tar.bz2 |
[svn-r20991] I skipped the efc.c test for now because it opens the same file many times. VMS can't handle it. We need a solution in
the future. Please see Issue 7620 in Jira about it.
Not tested yet.
-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 ------- |