diff options
author | Michael Vogt <mvo@debian.org> | 2010-10-13 15:22:48 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2010-10-13 15:22:48 +0200 |
commit | 9962ae934b367294a57b27d58f7cdb4e2d54ce04 (patch) | |
tree | e45a4a5c8c8992ba019130e6a0895cbe154e2302 /test/integration/test-bug-598669-install-postfix-gets-exim-heavy | |
parent | 5e7da0b444781f1d147bd1813369495dabda97e1 (diff) |
tests/integration/test-*: remove a bunch of "local" that are used outside funtions (bash complains)
Diffstat (limited to 'test/integration/test-bug-598669-install-postfix-gets-exim-heavy')
-rwxr-xr-x | test/integration/test-bug-598669-install-postfix-gets-exim-heavy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-598669-install-postfix-gets-exim-heavy b/test/integration/test-bug-598669-install-postfix-gets-exim-heavy index 3fee63bbb..c3a77f346 100755 --- a/test/integration/test-bug-598669-install-postfix-gets-exim-heavy +++ b/test/integration/test-bug-598669-install-postfix-gets-exim-heavy @@ -1,7 +1,7 @@ #!/bin/sh set -e -local TESTDIR=$(readlink -f $(dirname $0)) +TESTDIR=$(readlink -f $(dirname $0)) . $TESTDIR/framework setupenvironment configarchitecture "i386" |