aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/multipart
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2011-05-27 14:08:04 -0700
committerGravatar Carl Worth <cworth@cworth.org>2011-05-27 14:08:04 -0700
commit33cf04c6a5f76cba2bf56a27504eaf9ac022f5a2 (patch)
tree6f14be21191d58851c97e4f712874426b3728c1e /test/multipart
parent3fa843216c918fe4a6151e55947cf3a7f46fcdb5 (diff)
Update some more recent tests to use /usr/bin/env to find bash
The recentl-applied patch had grown stale, so update the tests that had been created since it was originally written.
Diffstat (limited to 'test/multipart')
-rwxr-xr-xtest/multipart2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/multipart b/test/multipart
index 80da0b45..7757b377 100755
--- a/test/multipart
+++ b/test/multipart
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
test_description="output of multipart message"
. ./test-lib.sh