From 05fdca152dc0f8fd0e6b3efccd9711e2c330699f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 26 Feb 2024 09:16:04 +0000 Subject: [PATCH] test.sh: update path to skip for ci --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 8b4dc2c..5fc8e5e 100755 --- a/test.sh +++ b/test.sh @@ -2,7 +2,7 @@ set -e -SKIP="./target/debug/skip" +SKIP="./target/skip" DIFF="diff -u --color" if test ! -x $SKIP ; then