Browse Source

[trac606] added some note about code quality of digcomp.pl based on review comment.

JINMEI Tatuya 14 years ago
parent
commit
e0d5584bdb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/system/digcomp.pl

+ 3 - 0
tests/system/digcomp.pl

@@ -19,6 +19,9 @@
 # Ignore "unimportant" differences, like ordering of NS lines, TTL's,
 # etc...
 
+# This is a bare copy of the script used in BIND 9's system test.  It was
+# old and may need cleanups, or we may want to rewrite it in python.
+
 $file1 = $ARGV[0];
 $file2 = $ARGV[1];