summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-05-31 10:55:20 -0400
committerDan Davison <dandavison7@gmail.com>2020-05-31 14:55:46 -0400
commit643a0f6c881e33f5156836108efb5d8cb4815482 (patch)
tree6249d6a03a1db3c85ba4a7b01c72be6f96002210 /tests
parent20eeaba4b3ad6dddff50a7d8f1864d68a1810c49 (diff)
Add failing tests of handling input with color
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_color_only_output_matches_git_on_full_repo_history2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_color_only_output_matches_git_on_full_repo_history b/tests/test_color_only_output_matches_git_on_full_repo_history
index 68511bd6..c4513f75 100755
--- a/tests/test_color_only_output_matches_git_on_full_repo_history
+++ b/tests/test_color_only_output_matches_git_on_full_repo_history
@@ -1,3 +1,3 @@
#!/bin/bash
GIT_ARGS="log --patch --stat --numstat"
-diff -u <(git $GIT_ARGS) <(git $GIT_ARGS | ./target/release/delta --color-only | perl -pe 's/\e\[[0-9;]*[mK]//g')
+diff -u <(git $GIT_ARGS | perl -pe 's/\e\[[0-9;]*[mK]//g') <(git $GIT_ARGS | ./target/release/delta --color-only | perl -pe 's/\e\[[0-9;]*[mK]//g')