mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
fix a double // to single /
This commit is contained in:
parent
53629b5506
commit
cef4075404
1 changed files with 1 additions and 1 deletions
2
test/raw
2
test/raw
|
@ -1,4 +1,4 @@
|
||||||
#!/usr//bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
test_description='notmuch show --format=raw'
|
test_description='notmuch show --format=raw'
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
|
|
Loading…
Reference in a new issue