Skip to content

Commit

Permalink
Remove serve_file call for the distdir test case
Browse files Browse the repository at this point in the history
  • Loading branch information
coeuvre committed Feb 2, 2021
1 parent 425f5f1 commit 0ee9211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/shell/bazel/starlark_repository_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,6 @@ function test_disable_download_should_allow_distdir() {
echo 'Hello World' > x/file.txt
tar cvf x.tar x
sha256=$(sha256sum x.tar | head -c 64)
serve_file x.tar

mkdir main
cp x.tar main
Expand Down

0 comments on commit 0ee9211

Please sign in to comment.