summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-02 12:39:30 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-02 12:39:30 +0200
commitdf4deecccc37e34c972183f8f6dda7134d00ad3f (patch)
treeb3112f0ef14d72f1716a186db0241bbec63f7605 /tests
parenta68e3bba50cba5380932017680225144e8a3127c (diff)
downloadxdg-app-df4deecccc37e34c972183f8f6dda7134d00ad3f.tar.gz
tests: Test --default-arch
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-basic.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test-basic.sh b/tests/test-basic.sh
index 2cec2d7..9b359d3 100755
--- a/tests/test-basic.sh
+++ b/tests/test-basic.sh
@@ -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"