diff: Nits in tests.

Sponsored by:	Klara, Inc.
This commit is contained in:
Dag-Erling Smørgrav 2024-05-20 16:27:11 +02:00
parent 64f4e2db6d
commit 9c7f83bbb4
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@
#include <assert.h>
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

View File

@ -96,7 +96,6 @@ b278988_body()
printf 'a\n\nb\nn' > b278988.b.in
atf_check -o empty -s eq:0 \
diff -Bw b278988.a.in b278988.b.in
}
header_body()