diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-17 15:13:35 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-17 15:13:35 (GMT) |
commit | f453cc3397866ad341fdfbfe659476229d33b11a (patch) | |
tree | f2b29701adf89ce212c00e7d65c8ff5cfc9f40a0 | |
parent | b10041b73866d3619ba575152c531b9b46ece288 (diff) | |
download | hdf5-f453cc3397866ad341fdfbfe659476229d33b11a.zip hdf5-f453cc3397866ad341fdfbfe659476229d33b11a.tar.gz hdf5-f453cc3397866ad341fdfbfe659476229d33b11a.tar.bz2 |
[svn-r20992] 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 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 ------- |