Skip to content

Commit 8fe6134

Browse files
committed
Also use -opt-include in testdata/update.sh
1 parent cd1cadc commit 8fe6134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testdata/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ export SOURCE_DATE_EPOCH=0
33
set -x
44
for f in testdata/test_full_*.txt
55
do
6-
GOHELP2MAN_TESTCASE=$f go run . -include "${f%.txt}.h2m" "testdata/test.sh" > "${f%.txt}.1"
6+
GOHELP2MAN_TESTCASE=$f go run . -opt-include "${f%.txt}.h2m" "testdata/test.sh" > "${f%.txt}.1"
77
done

0 commit comments

Comments
 (0)