summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-10-05 08:03:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-10-05 08:03:32 -0400
commitad3cb8bf60c4cca705f4fa01ca17a940069a720e (patch)
treea6b8f720a6e28dba933db5332643440544ecdc32
parent720ccf7f67ca1159917fd47b183f082e0c8b84d8 (diff)
downloadflatpak-ad3cb8bf60c4cca705f4fa01ca17a940069a720e.tar.gz
fixup! Exercise all commands in test-basic.sh
-rwxr-xr-xtests/test-basic.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-basic.sh b/tests/test-basic.sh
index 132e5f15..26715397 100755
--- a/tests/test-basic.sh
+++ b/tests/test-basic.sh
@@ -24,7 +24,7 @@ set -euo pipefail
# This test looks for specific localized strings.
export LC_ALL=C
-echo "1..41"
+echo "1..4"
${FLATPAK} --version > version_out
@@ -59,6 +59,6 @@ do
assert_file_has_content help_out "^Usage:$"
assert_file_has_content help_out "${FLATPAK} $cmd"
-
- echo "ok $cmd help"
done
+
+echo "ok command help"