Fix t_case_autoflush* mis-sharing directory

This commit is contained in:
Wilson Snyder 2009-11-10 10:54:51 -05:00
parent 65714165f9
commit 4281690021

View File

@ -30,7 +30,7 @@ module t;
`ifdef AUTOFLUSH
// The "w" is required so we get a FD not a MFD
file = $fopen("obj_dir/t_sys_file_basic/t_sys_file_autoflush.log","w");
file = $fopen("obj_dir/t_sys_file_autoflush/t_sys_file_autoflush.log","w");
`else
// The "w" is required so we get a FD not a MFD
file = $fopen("obj_dir/t_sys_file_basic/t_sys_file_basic_test.log","w");