Skip to content

Commit

Permalink
diff: Nits in tests.
Browse files Browse the repository at this point in the history
Sponsored by:	Klara, Inc.
  • Loading branch information
dag-erling committed May 20, 2024
1 parent 64f4e2d commit 9c7f83b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/libdiff/tests/libdiff_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <assert.h>
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
Expand Down
1 change: 0 additions & 1 deletion usr.bin/diff/tests/diff_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9c7f83b

Please sign in to comment.