aboutsummaryrefslogtreecommitdiff
path: root/test/notmuch-test
diff options
context:
space:
mode:
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-xtest/notmuch-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index 9b00d33..294c3fd 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -15,7 +15,7 @@ rm -r test-results >/dev/null 2>/dev/null
# Run the tests
for test in $TESTS; do
- ./$test
+ ./$test "$@"
done
# Report results