diff options
Diffstat (limited to 'testsuite/tests/utils/should_run/all.T')
-rw-r--r-- | testsuite/tests/utils/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/utils/should_run/all.T b/testsuite/tests/utils/should_run/all.T index 8817118601..f59c6b249c 100644 --- a/testsuite/tests/utils/should_run/all.T +++ b/testsuite/tests/utils/should_run/all.T @@ -6,4 +6,4 @@ test('T14854', compile_and_run, ['-package ghc']) -test('T15953', [ignore_stdout], makefile_test, []) +test('T15953', [ignore_stdout], run_command, ['$MAKE --no-print-directory -s T15953']) |