diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-05-12 21:54:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-05-12 21:54:01 +0900 |
| commit | 9137826c5bc6d5e20a7b1049025269d2c92f8ea2 (patch) | |
| tree | 9854b3d692058e32f910fc3e108df93fca5fd234 /tests/test_output.sh | |
| parent | 8057c2e8a3fc03f7771c5d09db0a2b3568dc57d2 (diff) | |
| download | ducc-9137826c5bc6d5e20a7b1049025269d2c92f8ea2.tar.gz ducc-9137826c5bc6d5e20a7b1049025269d2c92f8ea2.tar.zst ducc-9137826c5bc6d5e20a7b1049025269d2c92f8ea2.zip | |
output compile error on stderr instead of stdout
Diffstat (limited to 'tests/test_output.sh')
| -rw-r--r-- | tests/test_output.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_output.sh b/tests/test_output.sh index 575e399..a286a4a 100644 --- a/tests/test_output.sh +++ b/tests/test_output.sh @@ -2,7 +2,6 @@ cat > main.c "$ducc" main.c > main.s if [[ $? -ne 0 ]]; then - cat main.s >&2 exit 1 fi gcc -Wl,-z,noexecstack -o a.out main.s |
