Fix Bash tests. Add basic pt-align tests.

This commit is contained in:
Daniel Nichter
2011-08-02 15:14:06 -06:00
parent 56b099d7de
commit 945cfbd153
43 changed files with 149 additions and 182 deletions

View File

@@ -189,6 +189,6 @@ check_ids('mkosc', 'a', 'i', get_ids());
# Done.
# #############################################################################
diag(`rm -rf $query_table_stop`);
#diag(`echo > $query_table_output`);
#$sb->wipe_clean($dbh);
diag(`rm -rf $query_table_output`);
$sb->wipe_clean($dbh);
exit;