aboutsummaryrefslogtreecommitdiff
path: root/test/raw
diff options
context:
space:
mode:
authorFlorian Friesdorf <flo@chaoflow.net>2011-11-20 13:15:24 -0800
committerDavid Bremner <bremner@debian.org>2011-11-20 22:55:54 -0400
commitcef4075404e093c91e6135802430a46ae97462ed (patch)
treea27b6f91ae69f442d317c04700a57c196dc56e8e /test/raw
parent53629b55065122eff3a80bc59968613f8e10e490 (diff)
fix a double // to single /
Diffstat (limited to 'test/raw')
-rwxr-xr-xtest/raw2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/raw b/test/raw
index b7e265a..99d3a3b 100755
--- a/test/raw
+++ b/test/raw
@@ -1,4 +1,4 @@
-#!/usr//bin/env bash
+#!/usr/bin/env bash
test_description='notmuch show --format=raw'
. ./test-lib.sh