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

(-)file_not_specified_in_diff (-8 / +2 lines)
Line  Link Here
0
-- rts.tests/softlimit.sh~     2014-04-02 00:58:19.000000000 +0200
0
++ rts.tests/softlimit.sh      2014-09-23 10:49:41.000000000 +0200
Lines 18-23 Link Here
18
echo '--- softlimit complains if it cannot run program'
18
echo '--- softlimit complains if it cannot run program'
19
softlimit ./nonexistent; echo $?
19
softlimit ./nonexistent; echo $?
20
20
++ rts.tests/softlimit.exp     2014-09-23 10:51:42.000000000 +0200
21
echo '--- softlimit -p0 still allows exec'
22
softlimit -p0 echo ./nonexistent; echo $?
23
-- rts.tests/softlimit.exp~    2014-04-02 00:58:19.000000000 +0200
Lines 4-9 Link Here
4
--- softlimit complains if it cannot run program
4
--- softlimit complains if it cannot run program
5
softlimit: fatal: unable to run ./nonexistent: file does not exist
5
softlimit: fatal: unable to run ./nonexistent: file does not exist
6
111
6
111
7
--- softlimit -p0 still allows exec
8
./nonexistent
9
0

Return to bug 359803