From: Maciej Mrozowski Date: Sat, 17 Dec 2011 03:28:48 +0000 (+0000) Subject: Add new unit test for bug 395025 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=15c42c5fe8e9ad8c23cce5ecd2bf1b41ad6d83a1;p=gentoo.git Add new unit test for bug 395025 --- 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