[test suite] minor file rename

This commit is contained in:
Michael Rash
2015-03-24 22:03:21 -04:00
parent 1594194e73
commit 59d0ef0b17
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ EXTRA_DIST = \
python/setup.py \
python/fkomodule.c \
python/fko.py \
test/conf/gpg_dirs_orig.tar.gz \
test/conf/gpg_dirs.tar.gz \
test/conf/hmac_android_access.conf \
test/conf/android_access.conf \
test/conf/android_legacy_iv_access.conf \
+3 -3
View File
@@ -31,7 +31,7 @@ my $key_tmp = 'key.tmp';
my $enc_save_tmp = 'openssl_save.enc';
my $test_suite_path = 'test-fwknop.pl';
my $username = '';
my $gpg_dir_orig_tar = 'gpg_dirs_orig.tar.gz';
my $gpg_dirs_tar = 'gpg_dirs.tar.gz';
our $gpg_client_home_dir = "$conf_dir/client-gpg";
our $gpg_client_home_dir_no_pw = "$conf_dir/client-gpg-no-pw";
our $replay_pcap_file = "$conf_dir/spa_replay.pcap";
@@ -6876,8 +6876,8 @@ sub restore_gpg_dirs() {
chdir $conf_dir or die $!;
if (-e $gpg_dir_orig_tar) {
system "tar xfz $gpg_dir_orig_tar > /dev/null";
if (-e $gpg_dirs_tar) {
system "tar xfz $gpg_dirs_tar > /dev/null";
}
chdir $curr_pwd or die $!;