summary refs log tree commit diff
path: root/bin/1sh/tests/execution/subshell1.0
blob: 83819cc142952b8ba4acfb0cc8ce5a9675046323 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.1/bin/sh/tests/execution/subshell1.0 245383 2013-01-13 19:39:13Z jilles $

(eval "cd /
v=$(printf %0100000d 1)
echo \${#v}")
echo end