diff options
Diffstat (limited to 't/data/SPECS/failing-scriptlets/triggerpostun-2.spec')
-rw-r--r-- | t/data/SPECS/failing-scriptlets/triggerpostun-2.spec | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/t/data/SPECS/failing-scriptlets/triggerpostun-2.spec b/t/data/SPECS/failing-scriptlets/triggerpostun-2.spec new file mode 100644 index 00000000..dd44e94a --- /dev/null +++ b/t/data/SPECS/failing-scriptlets/triggerpostun-2.spec @@ -0,0 +1,17 @@ +Summary: x +Name: triggerpostun +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%triggerpostun -p <lua> -- triggerpostun > 0 +print("%{name}-%{version}") +exit(1) + +%files |