From c60a97eb4d9ebbfab913e9f0213ce9935b82d58a Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sun, 10 Nov 2024 16:43:56 +0100 Subject: [PATCH] Fix test --- tests/functional/tree/cram/iqtree-conflicting-default-args.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/tree/cram/iqtree-conflicting-default-args.t b/tests/functional/tree/cram/iqtree-conflicting-default-args.t index 4d93ad2d5..863e1e1ae 100644 --- a/tests/functional/tree/cram/iqtree-conflicting-default-args.t +++ b/tests/functional/tree/cram/iqtree-conflicting-default-args.t @@ -9,6 +9,6 @@ Expect error message. > --method iqtree \ > --alignment "$TESTDIR/../data/aligned.fasta" \ > --tree-builder-args="--threads-max 1 --msa $TESTDIR/../data/aligned.fasta" \ - > --output tree_raw.nwk" + > --output "tree_raw.nwk" ERROR: The following tree builder arguments conflict with hardcoded defaults. Remove these arguments and try again: --threads-max, --msa [1]