Skip to content

Commit 6a12b26

Browse files
committed
Update tests now that usbguard-dbus was moved into usbguard-daemon.
1 parent 95a2758 commit 6a12b26

File tree

8 files changed

+0
-10
lines changed

8 files changed

+0
-10
lines changed

src/Tests/LDAP/Sanity/ldap-nsswitch.sh

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ then
2929
NSSWITCH=../nsswitch.sh
3030
USBGUARD=../../../../build/usbguard
3131
USBGUARD_DAEMON=../../../../build/usbguard-daemon
32-
USBGUARD_DBUS=../../../../build/usbguard-dbus
3332
else
3433
source "${USBGUARD_TESTLIB_BASH}" || exit 129
3534
fi

src/Tests/LDAP/UseCase/ldap-test-1.sh

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ then
3030
NSSWITCH=../nsswitch.sh
3131
USBGUARD=../../../../build/usbguard
3232
USBGUARD_DAEMON=../../../../build/usbguard-daemon
33-
USBGUARD_DBUS=../../../../build/usbguard-dbus
3433
else
3534
source "${USBGUARD_TESTLIB_BASH}" || exit 129
3635
fi

src/Tests/LDAP/UseCase/ldap-test-2.sh

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ then
3030
NSSWITCH=../nsswitch.sh
3131
USBGUARD=../../../../build/usbguard
3232
USBGUARD_DAEMON=../../../../build/usbguard-daemon
33-
USBGUARD_DBUS=../../../../build/usbguard-dbus
3433
else
3534
source "${USBGUARD_TESTLIB_BASH}" || exit 129
3635
fi

src/Tests/LDAP/UseCase/ldap-test-3.sh

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ then
3030
NSSWITCH=../nsswitch.sh
3131
USBGUARD=../../../../build/usbguard
3232
USBGUARD_DAEMON=../../../../build/usbguard-daemon
33-
USBGUARD_DBUS=../../../../build/usbguard-dbus
3433
else
3534
source "${USBGUARD_TESTLIB_BASH}" || exit 129
3635
fi

src/Tests/LDAP/UseCase/ldap-test-4.sh

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ then
3030
NSSWITCH=../nsswitch.sh
3131
USBGUARD=../../../../build/usbguard
3232
USBGUARD_DAEMON=../../../../build/usbguard-daemon
33-
USBGUARD_DBUS=../../../../build/usbguard-dbus
3433
else
3534
source "${USBGUARD_TESTLIB_BASH}" || exit 129
3635
fi

src/Tests/LDAP/UseCase/ldap-test-5.sh

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ then
3030
NSSWITCH=../nsswitch.sh
3131
USBGUARD=../../../../build/usbguard
3232
USBGUARD_DAEMON=../../../../build/usbguard-daemon
33-
USBGUARD_DBUS=../../../../build/usbguard-dbus
3433
else
3534
source "${USBGUARD_TESTLIB_BASH}" || exit 129
3635
fi

src/Tests/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ TESTS_ENVIRONMENT=\
6666
USBGUARD_TESTLIB_BASH=$(top_srcdir)/src/Tests/bash-testlib.sh \
6767
USBGUARD=$(top_builddir)/usbguard \
6868
USBGUARD_DAEMON=$(top_builddir)/usbguard-daemon \
69-
USBGUARD_DBUS=$(top_builddir)/usbguard-dbus \
7069
LDAP_UTIL=$(top_srcdir)/src/Tests/LDAP/ldap.sh \
7170
NSSWITCH=$(top_srcdir)/src/Tests/LDAP/nsswitch.sh
7271

src/Tests/UseCase/000_executable.sh

-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,4 @@ schedule "${USBGUARD}" :valgrind
2828
schedule "${USBGUARD_DAEMON} -h"
2929
schedule "${USBGUARD_DAEMON} -h" :valgrind
3030

31-
[ -f "${USBGUARD_DBUS}" ] && schedule "${USBGUARD_DBUS} -h"
32-
[ -f "${USBGUARD_DBUS}" ] && schedule "${USBGUARD_DBUS} -h" :valgrind
33-
3431
execute 10

0 commit comments

Comments
 (0)