* FreeBSD tar defaults to the tape device instead of stdout.

This commit is contained in:
Eelco Dolstra 2012-01-03 12:18:41 +00:00
parent 9b7df1ef00
commit 63227d434c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ rm -rf $TEST_ROOT/nixexprs
mkdir -p $TEST_ROOT/nixexprs
cp config.nix dependencies.nix dependencies.builder*.sh $TEST_ROOT/nixexprs/
ln -s dependencies.nix $TEST_ROOT/nixexprs/default.nix
(cd $TEST_ROOT && tar cv nixexprs) | bzip2 > $TEST_ROOT/foo/nixexprs.tar.bz2
(cd $TEST_ROOT && tar cvf - nixexprs) | bzip2 > $TEST_ROOT/foo/nixexprs.tar.bz2
# Test the update action.
nix-channel --add file://$TEST_ROOT/foo