diff options
Diffstat (limited to 'tests/redir.right')
-rw-r--r-- | tests/redir.right | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/redir.right b/tests/redir.right index f816c63..f461e65 100644 --- a/tests/redir.right +++ b/tests/redir.right @@ -130,7 +130,7 @@ to stdout logfunc is a function logfunc () { - echo "$@" &>>$TMPDIR/log + echo "$@" &>> $TMPDIR/log } foo bix is a function @@ -139,3 +139,4 @@ bix () echo foo 2>&1 | cat } foo +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: |