diff options
author | Florian Friesdorf <flo@chaoflow.net> | 2011-11-20 13:15:24 -0800 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-11-20 22:55:54 -0400 |
commit | cef4075404e093c91e6135802430a46ae97462ed (patch) | |
tree | a27b6f91ae69f442d317c04700a57c196dc56e8e /test/raw | |
parent | 53629b55065122eff3a80bc59968613f8e10e490 (diff) |
fix a double // to single /
Diffstat (limited to 'test/raw')
-rwxr-xr-x | test/raw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr//bin/env bash +#!/usr/bin/env bash test_description='notmuch show --format=raw' . ./test-lib.sh |