perf-tests: #!/bin/bash -> #!/usr/bin/env bash

I couldn't run the performance tests on my machines due to a hardcoded
bash path. Use env for finding bash in weird systems like NixOS.

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2019-05-31 11:32:50 -07:00 committed by David Bremner
parent 3d9edf4fb1
commit 5f22d16273
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='notmuch new'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='dump and restore'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='show'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='search'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='search'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='reindex'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='search'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='notmuch new'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='dump and restore'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='tagging'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='reindexing'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
test_description='thread subqueries'