Fix tr illegal command

This commit is contained in:
Willa Drengwitz
2018-08-31 09:01:06 -04:00
parent 89cf0eb6ad
commit f5850830fa

View File

@@ -105,7 +105,7 @@ test_repo_index_command() {
# Test that all repos are detected, and sorted alphabetically # Test that all repos are detected, and sorted alphabetically
assertIncludes "$(index_no_newlines)" $( assertIncludes "$(index_no_newlines)" $(
cat <<EXPECT | sort -t "." -k1,1 | tr --delete '\n' | awk '{print ".*"$1}' cat <<EXPECT | sort -t "." -k1,1 | tr -d '\n' | awk '{print ".*"$1}'
bitbucket.* bitbucket.*
blue_submodule.* blue_submodule.*
github.* github.*