From 4cdedc279f96aefda24277184594c0ddd56d3402 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 25 Jul 2015 14:29:15 -0700 Subject: [PATCH] Tidy call.exp test collection Commit c952a92e20aa6013d8202d0b3fa1d87838c83054 moved all of the complex tests to libffi.complex, but failed to remove the anti-globbing from libffi.call. --- testsuite/libffi.call/call.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/libffi.call/call.exp b/testsuite/libffi.call/call.exp index 46fb1ebb..bc2bdc3e 100644 --- a/testsuite/libffi.call/call.exp +++ b/testsuite/libffi.call/call.exp @@ -19,7 +19,7 @@ libffi-init global srcdir subdir -set tlist [lsearch -inline -all -not -glob [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]] *complex*] +set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]] run-many-tests $tlist ""