Fix typo in tests

This commit is contained in:
John Ericson 2023-04-19 20:47:23 -04:00
parent e26662709e
commit 969def696a

View file

@ -150,7 +150,8 @@ clean-files += \
test-deps += \
tests/common/vars-and-functions.sh \
tests/config.nix \
tests/dyn-drv/config.nix \
tests/ca/config.nix \
tests/dyn-drv/config.nix
ifeq ($(BUILD_SHARED_LIBS), 1)
test-deps += tests/plugins/libplugintest.$(SO_EXT)