Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 413621
Collapse All | Expand All

(-)tests/du/long-from-unreadable.sh (+3 lines)
Lines 29-34 Link Here
29
# unnecessarily to using FTS_NOCHDIR mode in this corner case.
29
# unnecessarily to using FTS_NOCHDIR mode in this corner case.
30
30
31
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
31
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
32
# Avoid #413621 until #548250 is resolved
33
test -n "$SANDBOX_ACTIVE" && skip_ "Gentoo: Test known bad under sandbox (#413621)"
34
32
print_ver_ du
35
print_ver_ du
33
36
34
proc_file=/proc/self/fd
37
proc_file=/proc/self/fd
(-)tests/rm/deep-2.sh (+3 lines)
Lines 17-22 Link Here
17
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
19
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
19
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
20
# Avoid #413621 until #548250 is resolved
21
test -n "$SANDBOX_ACTIVE" && skip_ "Gentoo: Test known bad under sandbox (#413621)"
22
20
print_ver_ rm
23
print_ver_ rm
21
require_perl_
24
require_perl_
22
25

Return to bug 413621