From 662e14cd3433965bac491f47fd264c9ba41ec4c8 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Thu, 30 Jul 2020 17:09:43 -0700 Subject: [PATCH] tests: Fix a typo in Makefile --- tests/Makefile.am.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc index 3f3d3564..ba6d778f 100644 --- a/tests/Makefile.am.inc +++ b/tests/Makefile.am.inc @@ -188,7 +188,7 @@ TEST_MATRIX_SOURCE = \ tests/test-extensions.sh \ tests/test-bundle.sh{user+system+system-norevokefs} \ tests/test-oci.sh \ - tests/test-oci-registry.sh{{user+system} \ + tests/test-oci-registry.sh{user+system} \ tests/test-update-remote-configuration.sh \ tests/test-override.sh \ tests/test-update-portal.sh \