aboutgitcodebugslistschat
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/build/build.py4
-rw-r--r--test/distro/opensuse2
-rw-r--r--test/distro/ubuntu2
3 files changed, 4 insertions, 4 deletions
diff --git a/test/build/build.py b/test/build/build.py
index 59de014..f97851f 100755
--- a/test/build/build.py
+++ b/test/build/build.py
@@ -68,7 +68,7 @@ def test_make(target: str, expected_files: list[str]) -> None:
assert not p.exists(), f"{p} existed after make clean"
-BINARIES = ['passt', 'pasta', 'qrap', 'passt-repair', 'pesto']
+BINARIES = ['passt', 'pasta', 'passt-repair', 'pesto']
for bin in BINARIES:
@@ -104,7 +104,7 @@ def test_install_uninstall() -> None:
as prefix:
bindir = Path(prefix) / 'bin'
mandir = Path(prefix) / 'share/man'
- progs = ['passt', 'pasta', 'qrap']
+ progs = ['passt', 'pasta']
# Install
sh(f'make install CFLAGS="-Werror" prefix={prefix}')
diff --git a/test/distro/opensuse b/test/distro/opensuse
index eab722b..9ceb0bd 100644
--- a/test/distro/opensuse
+++ b/test/distro/opensuse
@@ -39,7 +39,7 @@ hostb ./passt -s __STATEDIR__/passt.socket -P __PIDFILE__ &
sleep 1
host echo
hout DNS6 sed -n 's/^nameserver \([^:]*:\)\([^%]*\).*/\1\2/p' /etc/resolv.conf | head -1
-hout GUEST_FILES ls -1 *.c *.h *.sh passt.1 qrap.1 Makefile README.md | tr '\n' ' '; echo
+hout GUEST_FILES ls -1 *.c *.h *.sh passt.1 Makefile README.md | tr '\n' ' '; echo
test OpenSUSE Leap 15.1
diff --git a/test/distro/ubuntu b/test/distro/ubuntu
index 8750455..266bae1 100644
--- a/test/distro/ubuntu
+++ b/test/distro/ubuntu
@@ -63,7 +63,7 @@ endef
hostb ./passt -s __STATEDIR__/passt.socket -P __PIDFILE__ &
sleep 1
host echo
-hout GUEST_FILES ls -1 *.c *.h *.sh passt.1 qrap.1 Makefile README.md | tr '\n' ' '; echo
+hout GUEST_FILES ls -1 *.c *.h *.sh passt.1 Makefile README.md | tr '\n' ' '; echo
test Ubuntu 14.04.5 LTS (Trusty Tahr), amd64