Skip to content

Commit

Permalink
Corrected test generate startree
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Sep 30, 2019
1 parent 677d8a7 commit dee81d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ cat > expected <<EOF
(Tip0,Tip1,Tip2,Tip3,Tip4,Tip5,Tip6,Tip7,Tip8,Tip9,Tip10);
EOF

${GOTREE} generate startree -l 11 -n 3 | gotree brlen clear -o output
${GOTREE} generate startree -l 11 -n 3 | ${GOTREE} brlen clear -o output
diff -q -b output expected

rm -f expected output

0 comments on commit dee81d1

Please sign in to comment.