diff options
Diffstat (limited to 'tests/history1.sub')
-rw-r--r-- | tests/history1.sub | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/history1.sub b/tests/history1.sub new file mode 100644 index 0000000..091b1ed --- /dev/null +++ b/tests/history1.sub @@ -0,0 +1,15 @@ +trap 'rm -f $HISTFILE' 0 1 2 3 6 15 + +HISTFILE=$TMPDIR/foohist-$$ +unset HISTIGNORE HISTCONTROL +set -o history + +history -c +cat <<! +one +two +three +! + +history +fc -s cat |