]> SAFE projects GIT repository - jmp/mailleur/commitdiff
tstfeed sequence is working fine
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 17 Jul 2025 14:01:15 +0000 (10:01 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 17 Jul 2025 14:01:15 +0000 (10:01 -0400)
shell/test-spf.sh

index ba9b9d990ebe169f4c8913e8499f65822a456340..7bc6726a2ee92ed0de68c588a652594654a4b7da 100755 (executable)
@@ -21,7 +21,7 @@ while [ $# -gt 0 ]
     domain=`echo $data | cut -d ' ' -f2`
     ipnum=`echo $data | cut -d ' ' -f3`
     result=`bin/chkspf $domain $ipnum`
-    echo -n "done bin/chkspf $domain $ipnum "
+    echo -n "done bin-utils/chkspf $domain $ipnum "
     if [ "$result" != "$expect" ] ; then
       echo "Fail!"
       numerr=$((numerr+1))