diff options
Diffstat (limited to 'tests/rsh2.sub')
-rw-r--r-- | tests/rsh2.sub | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/rsh2.sub b/tests/rsh2.sub new file mode 100644 index 0000000..8c82c68 --- /dev/null +++ b/tests/rsh2.sub @@ -0,0 +1,17 @@ +cd ${TMPDIR:-/tmp} +cp /bin/sh . +ln sh a + +PATH=/rbin:/usr/local/rbin +hash -p /bin/rm rm + +set -r + +hash -p /bin/sh sh + +hash -p sh a +a -c 'echo hello' + +rm -f sh a + +exit 0 |