summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rwxr-xr-xeclass/tests/eutils:eshopts.sh11
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