The GNU Bourne Again shell
Go to file
Petr Šplíchal a6a99a32c9 Add CI tests using the standard test interface
Adding initial set of basic functionality tests for bash according
to the CI wiki [1] and the Standard Test Interface [2]. Instead of
copying the test code this pull request links tests from the new shared
shell tests repo and fetches them using the "repositories" option [3].

[1] https://fedoraproject.org/wiki/CI
[2] https://fedoraproject.org/wiki/Changes/InvokingTests
[3] https://pagure.io/standard-test-roles/pull-request/101
2018-01-11 17:45:45 +01:00
tests Add CI tests using the standard test interface 2018-01-11 17:45:45 +01:00
.gitignore Rebase to bash-4.4 2017-01-06 14:41:12 +01:00
bash-2.02-security.patch auto-import changelog data from bash-2.04-11.src.rpm 2004-09-09 03:25:10 +00:00
bash-2.03-paths.patch Update to bash-4.3 2014-02-28 01:27:03 +01:00
bash-2.03-profile.patch Changed patches to satisfy fuzz=0 2008-07-17 12:16:06 +00:00
bash-2.05a-interpreter.patch Rebase to bash-4.4 2017-01-06 14:41:12 +01:00
bash-2.05b-debuginfo.patch auto-import changelog data from bash-2.05b-31.src.rpm 2004-09-09 03:28:36 +00:00
bash-2.05b-manso.patch auto-import bash-2.05b-20 from bash-2.05b-20.src.rpm 2004-09-09 03:27:29 +00:00
bash-2.05b-pgrp_sync.patch auto-import bash-2.05b-20 from bash-2.05b-20.src.rpm 2004-09-09 03:27:29 +00:00
bash-2.05b-xcc.patch - 3.1. 2006-01-02 11:02:48 +00:00
bash-3.2-audit.patch Update to bash-4.3 2014-02-28 01:27:03 +01:00
bash-3.2-ssh_source_bash.patch new version bash-4.0-rc1 2009-01-26 11:50:44 +00:00
bash-4.0-nobits.patch check if interp section is NOBITS. define Recycles pids 2009-09-04 12:59:22 +00:00
bash-4.1-broken_pipe.patch Builtins like echo and printf won't report errors 2011-01-06 18:10:59 +01:00
bash-4.1-defer-sigchld-trap.patch Update to bash-4.3 2014-02-28 01:27:03 +01:00
bash-4.1-examples.patch Added missing patch 2010-06-22 15:10:46 +00:00
bash-4.2-coverity.patch Patchlevel 5, some fixes in old patches, some cleanup 2011-03-01 14:08:25 +01:00
bash-4.2-manpage_trap.patch Update to bash-4.3 2014-02-28 01:27:03 +01:00
bash-4.2-rc2-logout.patch Rebase to bash-4.4 2017-01-06 14:41:12 +01:00
bash-4.2-size_type.patch Use size_t for variable list size and length 2012-11-29 11:13:28 +01:00
bash-4.2-trap.patch fix deadlock in trap, backported from devel branch 2013-06-27 10:03:57 +02:00
bash-4.3-here-doc-ps2-comsub.patch Apply all upstream patches since 4.3-18-1 up to this date 2014-07-24 10:34:10 +02:00
bash-4.3-lastpipe-nested-pipe-segfault.patch Apply all upstream patches since 4.3-18-1 up to this date 2014-07-24 10:34:10 +02:00
bash-4.3-man-ulimit.patch Rebase to bash-4.4 2017-01-06 14:41:12 +01:00
bash-4.3-memleak-lc_all.patch 1182278 - bash crashes on `select' if REPLY is readonly 2015-07-15 12:32:30 +02:00
bash-4.3-noecho.patch Rebase to bash-4.4 2017-01-06 14:41:12 +01:00
bash-4.3-parse-time-keyword.patch Apply all upstream patches since 4.3-18-1 up to this date 2014-07-24 10:34:10 +02:00
bash-4.3-readline-revert-lines.patch Apply all upstream patches since 4.3-18-1 up to this date 2014-07-24 10:34:10 +02:00
bash-4.4-assignment-error.patch command builtin should not abort on variable assignment errors 2017-05-30 06:45:50 +02:00
bash-4.4-heredoc-cloexec.patch Fix heredoc file descriptor leak 2017-04-26 13:51:24 +02:00
bash-4.4-no-loadable-builtins.patch Rebase to bash-4.4 2017-01-06 14:41:12 +01:00
bash-4.4-patch-1.patch Renamed upstream patch files 2017-01-21 05:03:38 +01:00
bash-4.4-patch-2.patch Renamed upstream patch files 2017-01-21 05:03:38 +01:00
bash-4.4-patch-3.patch Renamed upstream patch files 2017-01-21 05:03:38 +01:00
bash-4.4-patch-4.patch Renamed upstream patch files 2017-01-21 05:03:38 +01:00
bash-4.4-patch-5.patch Renamed upstream patch files 2017-01-21 05:03:38 +01:00
bash-4.4-patch-6.patch Update to bash-4.4 patchlevel 11 2017-01-21 05:25:05 +01:00
bash-4.4-patch-7.patch Update to bash-4.4 patchlevel 11 2017-01-21 05:25:05 +01:00
bash-4.4-patch-8.patch Update to bash-4.4 patchlevel 11 2017-01-21 05:25:05 +01:00
bash-4.4-patch-9.patch Update to bash-4.4 patchlevel 11 2017-01-21 05:25:05 +01:00
bash-4.4-patch-10.patch Update to bash-4.4 patchlevel 11 2017-01-21 05:25:05 +01:00
bash-4.4-patch-11.patch Update to bash-4.4 patchlevel 11 2017-01-21 05:25:05 +01:00
bash-4.4-patch-12.patch Update to bash-4.4 patchlevel 12 2017-04-10 14:06:47 +02:00
bash-4.4-unset-nonblock-stdin.patch Explicitly unset nonblocking mode while reading from stdin 2017-04-26 14:31:30 +02:00
bash-4.5-test-modification-time.patch Fix test for file modification times when they differ below whole seconds 2017-06-30 17:43:51 +02:00
bash-infotags.patch Rebase to bash-4.4 2017-01-06 14:41:12 +01:00
bash-requires.patch command should not be treated as special builtin 2017-08-08 12:51:49 +02:00
bash-setlocale.patch - Fixed 'LC_ALL=C export LC_ALL' behaviour (bug #165249). 2005-08-08 11:39:21 +00:00
bash-tty-tests.patch Rebase to bash-4.4 2017-01-06 14:41:12 +01:00
bash.spec Package headers in devel package, in prep for MPI-bash 2017-11-14 09:12:53 -07:00
dot-bash_logout - drop /usr/bin/clear from /etc/skel/.bash_logout as suggested by #429406 2008-02-29 14:20:24 +00:00
dot-bash_profile Added $HOME/.local/bin to PATH in .bash_profile (#699812) 2011-06-07 13:44:02 +02:00
dot-bashrc Revert change to always source from /etc/bashrc 2017-10-30 14:50:32 +01:00
sources Rebase to bash-4.4 2017-01-06 14:41:12 +01:00
STAGE1-bash Adding STAGE1 bootstrap recipe 2015-06-15 18:15:49 +02:00