Move tmux corpus to the new location (#4628)

This commit is contained in:
Sergey Nizovtsev 2020-11-11 18:19:02 +03:00 committed by GitHub
parent 52d73b8923
commit 5a49742166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ RUN apt-get update && apt-get install -y autoconf automake bison pkg-config \
libevent-dev ncurses-dev
RUN git clone --depth 1 https://github.com/tmux/tmux.git
RUN git clone --depth 1 https://github.com/snizovtsev/tmux-fuzzing-corpus.git
RUN git clone --depth 1 https://github.com/tmux/tmux-fuzzing-corpus.git
WORKDIR tmux
COPY build.sh $SRC/