diff options
author | 2003-07-17 21:04:03 +0000 | |
---|---|---|
committer | 2003-07-17 21:04:03 +0000 | |
commit | bad3ecd088be3625a09700deede5309d873df549 (patch) | |
tree | c36788b3a60dd960a4b1cd163843ec0b537fc221 /regress/usr.bin/diff/t6.1 | |
parent | note non-free parts that got yanked years ago; tom.cosgrove@arches-consulting.com (diff) | |
download | wireguard-openbsd-bad3ecd088be3625a09700deede5309d873df549.tar.xz wireguard-openbsd-bad3ecd088be3625a09700deede5309d873df549.zip |
A set of regressions to test diff(1).
Currently standard, context and unified diffs are tested by diffing
two files and then applying the patch on a copy of the first file
using patch(1). Next, the result is compared with the original
first file using cmp(1).
ok millert@ tedu@
Diffstat (limited to 'regress/usr.bin/diff/t6.1')
-rw-r--r-- | regress/usr.bin/diff/t6.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/usr.bin/diff/t6.1 b/regress/usr.bin/diff/t6.1 new file mode 100644 index 00000000000..0e009186bd4 --- /dev/null +++ b/regress/usr.bin/diff/t6.1 @@ -0,0 +1,9 @@ +OpenBSD 3.3-current (GENERIC) #47: Mon Jun 30 11:19:56 CEST 2003 + +Welcome to OpenBSD: The proactively secure Unix-like operating system. + +Please use the sendbug(1) utility to report bugs in the system. +Before reporting a bug, please try to reproduce it with the latest +version of the code. With bug reports, please try to ensure that +enough information to reproduce the problem is enclosed, and if a +known fix for it exists, include that as well.
\ No newline at end of file |