tests: Test --default-arch

tingping/wmclass
Alexander Larsson 2016-05-02 12:39:30 +02:00
parent a68e3bba50
commit df4deecccc
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@ set -euo pipefail
. $(dirname $0)/libtest.sh
echo "1..2"
echo "1..3"
${XDG_APP} --version > version_out
@ -35,3 +35,7 @@ ${XDG_APP} --help > help_out
assert_file_has_content help_out "^Usage:$"
echo "ok help"
${XDG_APP} --default-arch
echo "ok default arch"