fixed no write access test management bug

This commit is contained in:
Jeff Hill
2001-08-23 21:13:25 +00:00
parent d4e3b1b626
commit aef70acbb9

View File

@@ -1575,6 +1575,7 @@ void arrayTest ( chid chan )
if ( ! ca_write_access ( chan ) ) {
printf ( "skipping array test - no write access\n" );
return;
}
showProgressBegin ();