Skip to content

Commit 74f7e7e

Browse files
tammelakuba-moo
authored andcommitted
selftests: tc-testing: remove spurious './' from Makefile
Patchwork CI didn't like the extra './', so remove it. Signed-off-by: Pedro Tammela <[email protected]> Acked-by: Jamal Hadi Salim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent f7580f0 commit 74f7e7e

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/tc-testing

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22

3-
TEST_PROGS += ./tdc.sh
3+
TEST_PROGS += tdc.sh
44
TEST_FILES := action-ebpf tdc*.py Tdc*.py plugins plugin-lib tc-tests scripts
55

66
include ../lib.mk

0 commit comments

Comments
 (0)