Deleted Added
full compact
fc1.0 (199955) fc1.0 (211408)
1# $FreeBSD: head/tools/regression/bin/sh/builtins/fc1.0 199955 2009-11-29 22:58:10Z jilles $
1# $FreeBSD: head/tools/regression/bin/sh/builtins/fc1.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 &

--- 16 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 &

--- 16 unchanged lines hidden ---