Skip to content

Commit 3e9374e

Browse files
committed
fix bad pattern for test match
1 parent 1a5c480 commit 3e9374e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/multiext/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source ../testsupport.sh
22

33
run
44

5-
grep -q 'foo.vcf.gz .* foo.vcf.world.txt' test.out || err "Selected wrong output from produce when only partial suffix matches"
5+
grep -q 'foo.vcf.gz.*foo.vcf.world.txt' test.out || err "Selected wrong output from produce when only partial suffix matches"
66

77
exists foo.vcf.world.txt
88

0 commit comments

Comments
 (0)