summaryrefslogtreecommitdiffstats
path: root/tests/rsh2.sub
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/rsh2.sub17
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