Skip to content

Commit 1aabec0

Browse files
committed
Merge branch 'dk/test-aggregate-results-paste-fix'
The use of "paste" command for aggregating the test results have been corrected. * dk/test-aggregate-results-paste-fix: t/aggregate-results: fix paste(1) invocation
2 parents cb0ae67 + ce98863 commit 1aabec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/aggregate-results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ then
4444
tr -s "," "\n" |
4545
grep -v '^$' |
4646
sort -u |
47-
paste -s -d ' ')
47+
paste -s -d ' ' -)
4848
if test -n "$unique_missing_prereq"
4949
then
5050
printf "\nmissing prereq: $unique_missing_prereq\n\n"

0 commit comments

Comments
 (0)