Add new unit test for bug 395025
authorMaciej Mrozowski <reavertm@gentoo.org>
Sat, 17 Dec 2011 03:28:48 +0000 (03:28 +0000)
committerMaciej Mrozowski <reavertm@gentoo.org>
Sat, 17 Dec 2011 03:28:48 +0000 (03:28 +0000)
eclass/tests/eutils:eshopts.sh [new file with mode: 0755]

diff --git a/eclass/tests/eutils:eshopts.sh b/eclass/tests/eutils:eshopts.sh
new file mode 100755 (executable)
index 0000000..ff9b7d2
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+source tests-common.sh
+
+inherit eutils
+
+# bug 395025
+eshopts_push -s nullglob
+eshopts_pop
+
+texit