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