diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-07-25 02:47:43 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-07-25 02:50:21 -0600 |
commit | 829fc2ec07dfac20f79b5f4845484424b66b225b (patch) | |
tree | bd13bad3e8dd1809dd0c8a731cef61b4fea0be68 /app-text/csvfix/files | |
parent | net-im/telegram-desktop-bin: drop old (diff) | |
download | gentoo-829fc2ec07dfac20f79b5f4845484424b66b225b.tar.gz gentoo-829fc2ec07dfac20f79b5f4845484424b66b225b.tar.bz2 gentoo-829fc2ec07dfac20f79b5f4845484424b66b225b.zip |
app-text/csvfix: inherit missing eutils eclass and fix tests
Closes: https://bugs.gentoo.org/630640
Closes: https://bugs.gentoo.org/647986
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-text/csvfix/files')
-rw-r--r-- | app-text/csvfix/files/csvfix-1.6-shuffle-test.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/csvfix/files/csvfix-1.6-shuffle-test.patch b/app-text/csvfix/files/csvfix-1.6-shuffle-test.patch new file mode 100644 index 000000000000..3916e92e0592 --- /dev/null +++ b/app-text/csvfix/files/csvfix-1.6-shuffle-test.patch @@ -0,0 +1,20 @@ +Fix the expected data output for the shuffle test. + +--- a/csvfix/tests/correct/shuffle.test ++++ b/csvfix/tests/correct/shuffle.test +@@ -5,10 +5,10 @@ + "Oscar","Wilde","M"
+ "Charles","Dickens","M"
+ "George","Elliot","F"
+-"Charles","Dickens","M"
+-"Austen","F","Jane"
++"Charles","M","Dickens"
++"Jane","F","Austen"
+ "Herman","M","Melville"
+ "M","Flann","O'Brien"
+-"Elliot","George","F"
+-"Virginia","Woolf","F"
+-"M","Wilde","Oscar"
++"George","F","Elliot"
++"Woolf","F","Virginia"
++"Wilde","M","Oscar"
|