X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/b045c0c5e35a1558e6b77d99e0ed8ab86d6dc550..2fa6f6881b22fe1aabb2d25ed6040fd8e8ddb3b5:/snippet/test-tap.at?ds=sidebyside diff --git a/snippet/test-tap.at b/snippet/test-tap.at index 2873cf4..ee4b541 100644 --- a/snippet/test-tap.at +++ b/snippet/test-tap.at @@ -1,4 +1,4 @@ -# Copyright © 2015, 2022-2023 Nick Bowler +# Copyright © 2015, 2022-2024 Nick Bowler # # Helper macros for executing the TAP-like applications in an autotest # test suite. @@ -19,7 +19,7 @@ m4_defun([_TEST_TAP_PREPARE], [m4_divert_push([PREPARE_TESTS])dnl test_run_tap () { program=$[1]; shift - "$builddir/t/$program" "$@" >"$program.tap" + "$builddir/t/$program" "$[@]" >"$program.tap" status=$? cat "$program.tap" # Older versions of prove do not support the -e option so the