X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=test%2Ft0000-basic.sh;h=9c495b6017f4f47757d2ec264a425156854009a7;hb=222926abe1e221a6239ccb9436968af43e1b6fb2;hp=caade6805b583126a1510ec7d6089e57961128f2;hpb=223987bacef4dcc51952084707d1a664765c7c6e;p=notmuch diff --git a/test/t0000-basic.sh b/test/t0000-basic.sh index caade680..9c495b60 100755 --- a/test/t0000-basic.sh +++ b/test/t0000-basic.sh @@ -1,9 +1,9 @@ -#!/bin/sh +#!/bin/bash # # Copyright (c) 2005 Junio C Hamano # -test_description='Tests the test framework itself.' +test_description='the test framework itself.' ################################################################ # It appears that people try to run tests without building...