]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
fixup include for f func. svn:NO TEST
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Tue, 4 Jul 2006 10:33:36 +0000 (10:33 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Tue, 4 Jul 2006 10:33:36 +0000 (10:33 +0000)
test/f

diff --git a/test/f b/test/f
index 09fc5c52034e88ed7f2708103b62c821545b7eb0..e917832a6b7f94652ab18787a0c6e5005253843e 100755 (executable)
--- a/test/f
+++ b/test/f
@@ -8,6 +8,6 @@ rr.h tsig.h util.h zone.h"
 
 # we need two grep ldns_ ...
 for i in $FILES; do 
-        cpp ../ldns/$i  | egrep '.*? .*?\(.*' | grep ldns_  | \
+        cpp -I.. ../ldns/$i  | egrep '.*? .*?\(.*' | grep ldns_  | \
         awk '{ print $2 }' | sed 's/^\*//' | sed 's/(.*$//' | grep ldns_
 done