diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2011-12-17 03:28:48 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2011-12-17 03:28:48 +0000 |
commit | 15c42c5fe8e9ad8c23cce5ecd2bf1b41ad6d83a1 (patch) | |
tree | 938ccab4c69ada4ac6e75f57c351008c8d1444a2 /eclass/tests | |
parent | Version bump, fixes security issue #386075 wrt Anton Podavalov. Report versio... (diff) | |
download | historical-15c42c5fe8e9ad8c23cce5ecd2bf1b41ad6d83a1.tar.gz historical-15c42c5fe8e9ad8c23cce5ecd2bf1b41ad6d83a1.tar.bz2 historical-15c42c5fe8e9ad8c23cce5ecd2bf1b41ad6d83a1.zip |
Add new unit test for bug 395025
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/eutils:eshopts.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/eclass/tests/eutils:eshopts.sh b/eclass/tests/eutils:eshopts.sh new file mode 100755 index 000000000000..ff9b7d2a140f --- /dev/null +++ b/eclass/tests/eutils:eshopts.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +source tests-common.sh + +inherit eutils + +# bug 395025 +eshopts_push -s nullglob +eshopts_pop + +texit |