mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
3fa843216c
commit
33cf04c6a5
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
test_description="Emacs with large search results buffer"
|
||||
. test-lib.sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
test_description="output of multipart message"
|
||||
. ./test-lib.sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
test_description='"notmuch search" by folder: (with variations)'
|
||||
. ./test-lib.sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
test_description='messages with unquoted . in name'
|
||||
. ./test-lib.sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Test to demonstrate a position overlap bug.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue