X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-verbose;h=1723ce665caa73287c4ae5dced5099786626c15b;hp=f29a9c7d655e106d5d500e4f27b18bc5e5528c41;hb=87f1d68440c3126a585427443339ff4c8e3067ef;hpb=ac9dbb47de734afb0ddd4d0b2eb8f5027b1a7f60 diff --git a/test/test-verbose b/test/test-verbose index f29a9c7d..1723ce66 100755 --- a/test/test-verbose +++ b/test/test-verbose @@ -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" &&