#!/usr/bin/perl -w

use test_util qw(gen_config_file);

die unless $#ARGV==1;
gen_config_file($ARGV[0], $ARGV[1]);
