--| Copyright (c) 1993-2006 University of Southern California and contributors. --| All rights reserved. --| Your use of this work is governed under the terms of the GNU General --| Public License version 2. -- This is a test control file test_name lace-vd01-basic test_description Violate validity constraint VD01 with a non-existent or unreadable cluster pathname in Ace, or one which is a file instead of a directory define BAD_CLUSTER "" copy_sub Ace $TEST Ace compile_melted compile_result validity_error NONE VD00 define BAD_CLUSTER "/weasel/wimp/turkey" copy_sub Ace $TEST Ace resume_compile compile_result validity_error NONE VD71 define_directory UNREADABLE $SOURCE xxx define BAD_CLUSTER "$UNREADABLE" copy_sub Ace $TEST Ace resume_compile compile_result validity_error NONE VD71 define_directory UNREADABLE $SOURCE file define BAD_CLUSTER "$UNREADABLE" copy_sub Ace $TEST Ace resume_compile compile_result validity_error NONE VD71 test_end