summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-05-04 23:25:47 +0900
committerGitHub <noreply@github.com>2022-05-04 23:25:47 +0900
commit9b260c967b894f27b4ee236ea421b1935e4eb0fb (patch)
tree315620f4b9ae9bd31a04791ab5a42b066697d552 /tools
parentc322cfafbab04b0eb29cfcb796eec92e972318fb (diff)
parent3e8caa34d6fc94367994f98842756d55764101bc (diff)
downloadsystemd-9b260c967b894f27b4ee236ea421b1935e4eb0fb.tar.gz
Merge pull request #23264 from keszybz/shorten-test-names
Shorten test names
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check-directives.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/check-directives.sh b/tools/check-directives.sh
index af846c4d73..767833285b 100755
--- a/tools/check-directives.sh
+++ b/tools/check-directives.sh
@@ -34,8 +34,8 @@ function generate_directives() {
ret=0
if ! diff \
<(generate_directives "$SOURCE_ROOT"/src/network/networkd-network-gperf.gperf | sort) \
- <(sort "$SOURCE_ROOT"/test/fuzz/fuzz-network-parser/directives.network); then
- echo "Looks like test/fuzz/fuzz-network-parser/directives.network hasn't been updated"
+ <(sort "$SOURCE_ROOT"/test/fuzz/fuzz-network-parser/directives); then
+ echo "Looks like test/fuzz/fuzz-network-parser/directives hasn't been updated"
ret=1
fi