diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-05-14 07:26:52 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-05-19 15:24:15 +0200 |
commit | 8e898ea71e89b04a6f3be20f826a29a5944db0dd (patch) | |
tree | 6194104423e5c9fdee1377ffcb1b2f6014efad6e /test/lib | |
parent | d3e842afc07ae1011539bff4e451ab92a4618e39 (diff) | |
download | passt-8e898ea71e89b04a6f3be20f826a29a5944db0dd.tar passt-8e898ea71e89b04a6f3be20f826a29a5944db0dd.tar.gz passt-8e898ea71e89b04a6f3be20f826a29a5944db0dd.tar.bz2 passt-8e898ea71e89b04a6f3be20f826a29a5944db0dd.tar.lz passt-8e898ea71e89b04a6f3be20f826a29a5944db0dd.tar.xz passt-8e898ea71e89b04a6f3be20f826a29a5944db0dd.tar.zst passt-8e898ea71e89b04a6f3be20f826a29a5944db0dd.zip |
tests: Update mbuto git URLs
The project is now at mbuto.sh, and git transport is enabled.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/lib')
-rwxr-xr-x | test/lib/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/setup b/test/lib/setup index 823c706..b954596 100755 --- a/test/lib/setup +++ b/test/lib/setup @@ -31,7 +31,7 @@ setup_passt() { layout_passt __mbuto_dir="$(mktemp -d)" - pane_run GUEST "git -C ${__mbuto_dir} clone https://mbuto.lameexcu.se/mbuto/" + pane_run GUEST "git -C ${__mbuto_dir} clone git://mbuto.sh/mbuto" pane_wait GUEST pane_run GUEST "${__mbuto_dir}/mbuto/mbuto -p passt -c lz4 -f mbuto.img" |