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