summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-11-21 15:39:30 +0100
committerAlexander Larsson <alexl@redhat.com>2019-11-21 18:32:42 +0100
commit2b01f0653500ab9a212a2a3ba858d13f94783698 (patch)
treeeb22a7b7f0229bbc4bf408ac64834c4d70acd2a7
parent300da62ab6d14aaeeed20172a03090932bb23119 (diff)
downloadbubblewrap-2b01f0653500ab9a212a2a3ba858d13f94783698.tar.gz
Tests: Fix test count
Seems we added a test without extending the count, breaking make check.
-rwxr-xr-xtests/test-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-run.sh b/tests/test-run.sh
index 30cccf0..b80ddde 100755
--- a/tests/test-run.sh
+++ b/tests/test-run.sh
@@ -80,7 +80,7 @@ if ! $RUN true; then
skip Seems like bwrap is not working at all. Maybe setuid is not working
fi
-echo "1..46"
+echo "1..47"
# Test help
${BWRAP} --help > help.txt