diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-08 11:54:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-08 11:54:13 +0000 |
commit | 51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80 (patch) | |
tree | ee74957892063e7ab4c220620224c0e5ad43342a /t/data/SPECS/failing-scriptlets/pre.spec | |
parent | c64d0fa1ea26cc983818569f91974ad20b3ff11c (diff) | |
download | urpmi-51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80.tar urpmi-51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80.tar.gz urpmi-51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80.tar.bz2 urpmi-51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80.tar.xz urpmi-51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80.zip |
add tests, esp. for %triggerpostun failing that blocks upgrade of
drakxtools-backend in mdv2009.0
Diffstat (limited to 't/data/SPECS/failing-scriptlets/pre.spec')
-rw-r--r-- | t/data/SPECS/failing-scriptlets/pre.spec | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/t/data/SPECS/failing-scriptlets/pre.spec b/t/data/SPECS/failing-scriptlets/pre.spec new file mode 100644 index 00000000..4d7c1918 --- /dev/null +++ b/t/data/SPECS/failing-scriptlets/pre.spec @@ -0,0 +1,17 @@ +Summary: x +Name: pre +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%pre -p <lua> +print("%{name}-%{version}") +exit(1) + +%files |