projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e2c34d4
)
[test suite] minor directory path bug fix for --diff mode
author
Michael Rash
<mbr@cipherdyne.org>
Tue, 10 Jul 2012 02:05:57 +0000 (22:05 -0400)
committer
Michael Rash
<mbr@cipherdyne.org>
Tue, 10 Jul 2012 02:05:57 +0000 (22:05 -0400)
test/test-fwknop.pl
patch
|
blob
|
history
diff --git
a/test/test-fwknop.pl
b/test/test-fwknop.pl
index
30d1af8
..
198f12e
100755
(executable)
--- a/
test/test-fwknop.pl
+++ b/
test/test-fwknop.pl
@@
-1386,8
+1386,8
@@
sub process_include_exclude() {
sub diff_test_results() {
- $diff_dir1 = "${output_dir}.last" unless $diff_dir2;
- $diff_dir2 = $output_dir unless $diff_dir1;
+ $diff_dir1 = "${output_dir}.last" unless $diff_dir1;
+ $diff_dir2 = $output_dir unless $diff_dir2;
die "[*] Need results from a previous run before running --diff"
unless -d $diff_dir2;