Skip to content

Commit

Permalink
Add test case for macro '%**'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhabacker authored and pmatilai committed Mar 24, 2023
1 parent 9deedb8 commit a1bd9f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/rpmmacro.at
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,18 @@ runroot rpm \
])
AT_CLEANUP

AT_SETUP([parametrized macro 7])
AT_KEYWORDS([macros])
AT_CHECK([
runroot rpm \
--define '%foo(zb:) %{**}' \
--eval '%foo 5 a -z -b2'
],
[0],
[5 a -z -b2
])
AT_CLEANUP

AT_SETUP([uncompress macro 1])
AT_KEYWORDS([macros])
AT_CHECK([
Expand Down

0 comments on commit a1bd9f5

Please sign in to comment.