From bb43a1229d011e71b123b8575ec5667813940e21 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Thu, 17 Jul 2025 10:01:15 -0400 Subject: [PATCH] tstfeed sequence is working fine --- shell/test-spf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.47.3