tests: Drop sort from compose types test

The output from the API is already sorted, and 'sort' changes this
ordering in some situations.
This commit is contained in:
Brian C. Lane 2019-08-26 09:27:15 -07:00 committed by Brian C. Lane
parent 64ac615fa4
commit 1581842132
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ CLI="${CLI:-./src/bin/composer-cli}"
rlJournalStart
rlPhaseStartTest "compose types"
rlAssertEquals "lists all supported types" \
"`$CLI compose types | sort | xargs`" "alibaba ami ext4-filesystem google hyper-v live-iso liveimg-tar openstack partitioned-disk qcow2 tar vhd vmdk"
"`$CLI compose types | xargs`" "alibaba ami ext4-filesystem google hyper-v live-iso liveimg-tar openstack partitioned-disk qcow2 tar vhd vmdk"
rlPhaseEnd
rlPhaseStartTest "compose start"