From: Jean-Marc Pigeon (Delson) Date: Thu, 17 Jul 2025 14:01:15 +0000 (-0400) Subject: tstfeed sequence is working fine X-Git-Tag: tag-0.14~75 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=bb43a1229d011e71b123b8575ec5667813940e21;p=jmp%2Fmailleur tstfeed sequence is working fine --- diff --git a/shell/test-spf.sh b/shell/test-spf.sh index ba9b9d9..7bc6726 100755 --- a/shell/test-spf.sh +++ b/shell/test-spf.sh @@ -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))