From a9bcbd93e1b4f7444afdac22691ef9f56638d481 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 17 Feb 2012 13:44:25 +0000 Subject: Redirect using Posix shell contructs Ain't shell fun? No, no it isn't. It really, really isnt'. *sigh* --- tests/bzr-single-commit.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/bzr-single-commit.script b/tests/bzr-single-commit.script index 8614b4d..b20ce0e 100755 --- a/tests/bzr-single-commit.script +++ b/tests/bzr-single-commit.script @@ -25,7 +25,7 @@ logfile="$DATADIR/bzr-test-repo.log" workdir="$DATADIR/work-dir" ./lorry --pull-only --log="$logfile" --working-area="$workdir" \ - "$DATADIR/bzr-test-repo.lorry" &> /dev/null + "$DATADIR/bzr-test-repo.lorry" > /dev/null 2> /dev/null #export GIT_DIR="$workdir/bzr-test-repo/git/.git" cd "$workdir/bzr-test-repo/git/" -- cgit v1.2.1