Skip to content
Snippets Groups Projects
Commit b839dcbf authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now passes extra args along to m4.

Rev: bin/mktestsuite:1.2
parent 624e38de
No related branches found
No related tags found
No related merge requests found
......@@ -86,5 +86,5 @@ test_true($1>=$1) ]])
EOF
cat $1
) | m4
) | (shift ; m4 "$@")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment