]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-verbose
test: only accept short and long options, not silly in-betweens
[notmuch] / test / test-verbose
index f29a9c7d655e106d5d500e4f27b18bc5e5528c41..1723ce665caa73287c4ae5dced5099786626c15b 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 test_description='the verbosity options of the test framework itself.'
 
-. ./test-lib.sh
+. ./test-lib.sh || exit 1
 
 test_expect_success 'print something in test_expect_success and pass' '
   echo "hello stdout" &&