aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_output.sh
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-05-07 09:18:21 +0900
committernsfisis <nsfisis@gmail.com>2025-05-07 09:18:21 +0900
commitf427d5c99f0380d7f547101878e36ef5008e248b (patch)
treec88435dabe710d9592a7b081cdb48922e5f96ffe /tests/test_output.sh
parent68d9da9746d235e2d9a7d0ba61310c533b355847 (diff)
downloadducc-f427d5c99f0380d7f547101878e36ef5008e248b.tar.gz
ducc-f427d5c99f0380d7f547101878e36ef5008e248b.tar.zst
ducc-f427d5c99f0380d7f547101878e36ef5008e248b.zip
start ducc project
Diffstat (limited to 'tests/test_output.sh')
-rw-r--r--tests/test_output.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_output.sh b/tests/test_output.sh
index 2c8fb29..2f8b984 100644
--- a/tests/test_output.sh
+++ b/tests/test_output.sh
@@ -1,6 +1,6 @@
cat > main.c
-"$p4dcc" < main.c > main.s
+"$ducc" < main.c > main.s
if [[ $? -ne 0 ]]; then
cat main.s >&2
exit 1