Deleted Added
full compact
fc2.0 (200998) fc2.0 (211408)
1# $FreeBSD: head/tools/regression/bin/sh/builtins/fc2.0 200998 2009-12-25 20:21:35Z jilles $
1# $FreeBSD: head/tools/regression/bin/sh/builtins/fc2.0 211408 2010-08-16 22:23:19Z jilles $
2set -e
2set -e
3trap 'echo Broken pipe -- test failed' pipe
3trap 'echo Broken pipe -- test failed' PIPE
4
5P=${TMPDIR:-/tmp}
6cd $P
7T=$(mktemp -d sh-test.XXXXXX)
8cd $T
9
10mkfifo input output error
11HISTFILE=/dev/null sh +m -i <input >output 2>error &

--- 23 unchanged lines hidden ---
4
5P=${TMPDIR:-/tmp}
6cd $P
7T=$(mktemp -d sh-test.XXXXXX)
8cd $T
9
10mkfifo input output error
11HISTFILE=/dev/null sh +m -i <input >output 2>error &

--- 23 unchanged lines hidden ---