summaryrefslogtreecommitdiff
path: root/usr.bin/diff/tests
AgeCommit message (Expand)Author
2025-06-20diff: Detect loops when diffing directories.Dag-Erling Smørgrav
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-20diff: Nits in tests.Dag-Erling Smørgrav
2024-05-17diff: honour -B flag with -qEd Maste
2024-03-27diff: Integrate libdiff from OpenBSD GoT.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-12-13diff: fix side-by-side output with tabbed inputKyle Evans
2022-04-18diff: tests: loosen up requirements for report_identicalKyle Evans
2022-03-02Revert "Temporarily skip usr.bin.diff.diff_test.functionname in CI"Li-Wen Hsu
2022-02-21Temporarily skip usr.bin.diff.diff_test.functionname in CILi-Wen Hsu
2022-02-18diff: fix failed compare when ignoring file caseTom Jones
2022-02-18Remove surplus check for which diff is being testedTom Jones
2022-02-18diff: add --no-dereference flagTom Jones
2022-02-18diff: Detect Objective-C methodsTom Jones
2021-08-23diff: read whole files to determine if they are ASCII textPiotr Pawel Stefaniak
2021-08-23diff: don't output carriage returns that were stripped on inputPiotr Pawel Stefaniak
2021-06-21diff tests: Require root for report_identicalMark Johnston
2021-02-03diff: Use unprivileged_user with report_identical testOlivier Cochard
2021-01-27diff: add a test case about the non regular file supportBaptiste Daroussin
2021-01-25diff: add a test case for failed -s optionBaptiste Daroussin
2021-01-09diff: honour flags with -qEd Maste
2020-07-30diff: fix side_by_side after r363679Kyle Evans
2020-06-01diff: restore compatibility with GNU diff regarding -N optionBaptiste Daroussin
2020-06-01Restore compatibility with GNU diff regarding --labelBaptiste Daroussin
2020-04-28diff(1): don't reject specifying the same format multiple timesKyle Evans
2020-04-20diff(1): reject conflicting formatting optionsKyle Evans
2020-02-13diff: fix segfault with --tabsize and no/malformed argumentKyle Evans
2020-02-07diff: implement -y (--side-by-side) along with -W and --suppress-common-linesBaptiste Daroussin
2018-08-19diff(1): Implement -B/--ignore-blank-linesKyle Evans
2018-07-27Improve --strip-trailing-cr handling:Xin LI
2017-10-31DIRDEPS_BUILD: Connect new directories.Bryan Drewery
2017-07-19Use more flexible expression for replacing t_diff inEnji Cooper
2017-07-17Add tests that exercise -q, like -rq and add tests that test -q like -NrqEnji Cooper
2017-07-17Add some tests for brief (--brief/-q) formatEnji Cooper
2017-06-12Add some testcases for `diff --side-by-side` supportEnji Cooper
2017-04-20Implement a basic --changed-group-formatBaptiste Daroussin
2017-04-20Add a regression test for diff -DBaptiste Daroussin
2017-03-26diff: Show nanoseconds in -u/-c header line.Jilles Tjoelker
2017-03-26diff: Fix mtime of file1 in -u/-c header line.Jilles Tjoelker
2017-03-23Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper
2017-03-15Integrate contrib/netbsd-tests/usr.bin/diff/t_diff.sh in asEnji Cooper
2017-03-11Import diff from OpenBSD and remove GNU diffBaptiste Daroussin