diff options
author | Michael Vogt <mvo@debian.org> | 2011-02-15 16:04:46 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2011-02-15 16:04:46 +0100 |
commit | adee3bae782f5b7d83819bf92ab419663ef4ee64 (patch) | |
tree | 1cd47bed976482b141ab2783eb54f6ce5bac7591 /test/integration/test-bug-604222-new-and-autoremove | |
parent | c1f701abcb04732d23df39c8c10ce5b45ee76d15 (diff) |
test/integration/: remove a bunch of "local" statements from the shellscript, keep tests running even on failure but log failures
Diffstat (limited to 'test/integration/test-bug-604222-new-and-autoremove')
-rwxr-xr-x | test/integration/test-bug-604222-new-and-autoremove | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-604222-new-and-autoremove b/test/integration/test-bug-604222-new-and-autoremove index 9187dd1cd..2875d547a 100755 --- a/test/integration/test-bug-604222-new-and-autoremove +++ b/test/integration/test-bug-604222-new-and-autoremove @@ -1,7 +1,7 @@ #!/bin/sh set -e -local TESTDIR=$(readlink -f $(dirname $0)) +TESTDIR=$(readlink -f $(dirname $0)) . $TESTDIR/framework setupenvironment configarchitecture "i386" |