Skip to content

Commit 4a3c05b

Browse files
committed
tests: Fix merge error in Makefile.am
Commit de2bf46 ("api,doc,tests: Add SCMP_ACT_TRAPX()") had a simple typo where 64-live-trapx.tests was erroneously merged as 63-live-trapx.tests in the EXTRA_DISTS field. Update this entry to correctly be 64-live-trapx.tests Signed-off-by: Tom Hromatka (Oracle) <tom.hromatka@gmail.com>
1 parent 7e95f5b commit 4a3c05b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ EXTRA_DIST_TESTCFGS = \
230230
61-sim-transactions.tests \
231231
62-sim-arch_transactions.tests \
232232
63-live-notify_addfd.tests \
233-
63-live-trapx.tests
233+
64-live-trapx.tests
234234

235235
EXTRA_DIST_TESTSCRIPTS = \
236236
38-basic-pfc_coverage.sh 38-basic-pfc_coverage.pfc \

0 commit comments

Comments
 (0)