summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-17 13:44:25 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-17 13:44:25 +0000
commita9bcbd93e1b4f7444afdac22691ef9f56638d481 (patch)
tree1fae1731362d51f435754900c884c70d33f23dfa /tests
parent76cfec492a69c103e03a486aaecc86ebaa9aed9a (diff)
downloadlorry-a9bcbd93e1b4f7444afdac22691ef9f56638d481.tar.gz
Redirect using Posix shell contructs
Ain't shell fun? No, no it isn't. It really, really isnt'. *sigh*
Diffstat (limited to 'tests')
-rwxr-xr-xtests/bzr-single-commit.script2
1 files changed, 1 insertions, 1 deletions
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/"