]> git.notmuchmail.org Git - notmuch/commitdiff
Update some more recent tests to use /usr/bin/env to find bash
authorCarl Worth <cworth@cworth.org>
Fri, 27 May 2011 21:08:04 +0000 (14:08 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 27 May 2011 21:08:04 +0000 (14:08 -0700)
The recentl-applied patch had grown stale, so update the tests that had
been created since it was originally written.

test/emacs-large-search-buffer
test/multipart
test/search-by-folder
test/search-insufficient-from-quoting
test/search-position-overlap-bug

index a3b5c79c8c5f799da1d003e7367a441c0d983550..56caf1f448cc30ea73a1edd926203b0c2462a90c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 test_description="Emacs with large search results buffer"
 . test-lib.sh
 
 test_description="Emacs with large search results buffer"
 . test-lib.sh
 
index 80da0b452db51f8a71d503a43dafa47ae9c10cad..7757b3774b8ecb2785b31dd2549c10455804bbf6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 test_description="output of multipart message"
 . ./test-lib.sh
 
 test_description="output of multipart message"
 . ./test-lib.sh
 
index 162158c385a6e1c66af1699ce4d1133e375ce56f..4afa483d157ba7028b856d2580379b46c228111a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 test_description='"notmuch search" by folder: (with variations)'
 . ./test-lib.sh
 
 test_description='"notmuch search" by folder: (with variations)'
 . ./test-lib.sh
 
index 17c35a22d54a13ce7ad2dfa0ea904d14698d5684..e83ea3d190848831d63ae1aef246ed4a7f2c78e3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 test_description='messages with unquoted . in name'
 . ./test-lib.sh
 
 test_description='messages with unquoted . in name'
 . ./test-lib.sh
 
index 5bbef7407280a7e6ce6660b78279abefb62231d9..414b8d524fd672d3bc861f98f2dc5b772e07cf1f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Test to demonstrate a position overlap bug.
 #    
 
 # Test to demonstrate a position overlap bug.
 #