commit 147dad103e0f63f931618d5c68161d84c70192c1
parent c9234509f805091582a17054f9766c403cb30592
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date: Thu, 19 Mar 2026 14:05:51 +0100
tests/strip: Fix scc-nm output message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/strip/execute/0001-z80.sh b/tests/strip/execute/0001-z80.sh
@@ -13,5 +13,5 @@ $EXEC scc strip $tmp1 > $tmp2
$EXEC scc nm $tmp1 >> $tmp2 2>&1 || true
diff $tmp2 - <<EOF
-nm: $tmp1: no symbols
+scc-nm: $tmp1: no symbols
EOF