From 15c42c5fe8e9ad8c23cce5ecd2bf1b41ad6d83a1 Mon Sep 17 00:00:00 2001 From: Maciej Mrozowski Date: Sat, 17 Dec 2011 03:28:48 +0000 Subject: [PATCH] Add new unit test for bug 395025 --- eclass/tests/eutils:eshopts.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 eclass/tests/eutils:eshopts.sh 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 -- 2.26.2