commit f28394385a32f7729620977bf5c3f09cec07f6de
parent 1dbce6a1af3146a9534cf84c1676923c00f5b090
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Wed, 16 Oct 2024 10:54:06 +0200
tests/cc: Use scc in error/update.sh
Scc moves to be called scc long time ago.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/cc/error/update.sh b/tests/cc/error/update.sh
@@ -3,7 +3,7 @@
for i
do
(echo '/^PATTERN/+;/^\./-c'
- cc $CFLAGS -w -c $i 2>&1
+ scc $CFLAGS -w -c $i 2>&1
printf ".\nw\n"
echo w) |
ed -s $i