diff options
Diffstat (limited to 't/data/SPECS/failing-scriptlets/postun.spec')
-rw-r--r-- | t/data/SPECS/failing-scriptlets/postun.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/data/SPECS/failing-scriptlets/postun.spec b/t/data/SPECS/failing-scriptlets/postun.spec index f81f5712..0694c950 100644 --- a/t/data/SPECS/failing-scriptlets/postun.spec +++ b/t/data/SPECS/failing-scriptlets/postun.spec @@ -7,8 +7,8 @@ License: x %description x -%postun -p <lua> -print("%{name}-%{version}") -exit(1) +%postun +print "%{name}-%{version}" +exit 1 %files |