]> git.notmuchmail.org Git - notmuch/blobdiff - test/t0000-basic.sh
test: Cleanup the test output
[notmuch] / test / t0000-basic.sh
index caade6805b583126a1510ec7d6089e57961128f2..9c495b6017f4f47757d2ec264a425156854009a7 100755 (executable)
@@ -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...