From 161f96dc8c901c2a0fecc67ac5b4f97fff8b8fa2 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Sat, 19 Mar 2016 22:17:40 -0700 Subject: [PATCH] tests/tail: Rename tail test fixture contents to be easier to read The repetition of "foo" and "bar" made for difficult-to-read assertion failures when hacking on `tail`. I think that having each line have unique contents makes it a bit easier to parse. --- tests/fixtures/tail/foobar.txt | 22 +++++++++---------- .../tail/foobar_single_default.expected | 20 ++++++++--------- .../tail/foobar_stdin_default.expected | 20 ++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/tests/fixtures/tail/foobar.txt b/tests/fixtures/tail/foobar.txt index 32233d4a7..6e1f36ddc 100644 --- a/tests/fixtures/tail/foobar.txt +++ b/tests/fixtures/tail/foobar.txt @@ -1,11 +1,11 @@ -baz -foo -bar -foo -bar -foo -bar -foo -bar -foo -bar +uno +dos +tres +quattro +cinco +seis +siette +ocho +nueve +diez +once diff --git a/tests/fixtures/tail/foobar_single_default.expected b/tests/fixtures/tail/foobar_single_default.expected index af4f1f055..8eacac3b5 100644 --- a/tests/fixtures/tail/foobar_single_default.expected +++ b/tests/fixtures/tail/foobar_single_default.expected @@ -1,10 +1,10 @@ -foo -bar -foo -bar -foo -bar -foo -bar -foo -bar +dos +tres +quattro +cinco +seis +siette +ocho +nueve +diez +once diff --git a/tests/fixtures/tail/foobar_stdin_default.expected b/tests/fixtures/tail/foobar_stdin_default.expected index af4f1f055..8eacac3b5 100644 --- a/tests/fixtures/tail/foobar_stdin_default.expected +++ b/tests/fixtures/tail/foobar_stdin_default.expected @@ -1,10 +1,10 @@ -foo -bar -foo -bar -foo -bar -foo -bar -foo -bar +dos +tres +quattro +cinco +seis +siette +ocho +nueve +diez +once