From bdb559a60a18318b6130f399f158739118237f9b Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 20 Jan 2019 22:54:48 -0500 Subject: testsuite: Introduce makefile_test --- testsuite/tests/plugins/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/plugins') diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T index 30b8fd6b2b..7a5be6593c 100644 --- a/testsuite/tests/plugins/all.T +++ b/testsuite/tests/plugins/all.T @@ -214,4 +214,4 @@ test('T16104', [extra_files(['T16104-plugin/']), pre_cmd('$MAKE -s --no-print-directory -C T16104-plugin package.T16104-plugin TOP={top}') ], - run_command, ['$MAKE -s --no-print-directory T16104']) + makefile_test, []) -- cgit v1.2.1