Update some more recent tests to use /usr/bin/env to find bash

The recentl-applied patch had grown stale, so update the tests that had
been created since it was originally written.
This commit is contained in:
Carl Worth 2011-05-27 14:08:04 -07:00
parent 3fa843216c
commit 33cf04c6a5
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description="Emacs with large search results buffer"
. test-lib.sh

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description="output of multipart message"
. ./test-lib.sh

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='"notmuch search" by folder: (with variations)'
. ./test-lib.sh

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='messages with unquoted . in name'
. ./test-lib.sh

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Test to demonstrate a position overlap bug.
#