We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5c480 commit 3e9374eCopy full SHA for 3e9374e
tests/multiext/run.sh
@@ -2,7 +2,7 @@ source ../testsupport.sh
2
3
run
4
5
-grep -q 'foo.vcf.gz .* foo.vcf.world.txt' test.out || err "Selected wrong output from produce when only partial suffix matches"
+grep -q 'foo.vcf.gz.*foo.vcf.world.txt' test.out || err "Selected wrong output from produce when only partial suffix matches"
6
7
exists foo.vcf.world.txt
8
0 commit comments