summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-08-04 04:07:29 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-08-04 05:49:49 -0400
commit9b818192549caf3563b57b26189ef33ce570a79f (patch)
treeae15c221455dabe9df6919326ae5d6b79be3ae30 /t
parent7882a503d78e66d919913ce80cfa5824647c7f71 (diff)
downloadurpmi-9b818192549caf3563b57b26189ef33ce570a79f.tar
urpmi-9b818192549caf3563b57b26189ef33ce570a79f.tar.gz
urpmi-9b818192549caf3563b57b26189ef33ce570a79f.tar.bz2
urpmi-9b818192549caf3563b57b26189ef33ce570a79f.tar.xz
urpmi-9b818192549caf3563b57b26189ef33ce570a79f.zip
add /bin/sh provider
(needed for next commit)
Diffstat (limited to 't')
-rw-r--r--t/data/SPECS/failing-scriptlets/sh.spec12
1 files changed, 12 insertions, 0 deletions
diff --git a/t/data/SPECS/failing-scriptlets/sh.spec b/t/data/SPECS/failing-scriptlets/sh.spec
new file mode 100644
index 00000000..b9131318
--- /dev/null
+++ b/t/data/SPECS/failing-scriptlets/sh.spec
@@ -0,0 +1,12 @@
+%global __requires_exclude /bin/sh
+Summary: x
+Name: sh
+Version: 1
+Release: 1
+License: x
+Provides: /bin/sh
+
+%description
+x
+
+%files