summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-612557-garbage-upgrade
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2011-02-15 16:04:46 +0100
committerMichael Vogt <mvo@debian.org>2011-02-15 16:04:46 +0100
commitadee3bae782f5b7d83819bf92ab419663ef4ee64 (patch)
tree1cd47bed976482b141ab2783eb54f6ce5bac7591 /test/integration/test-bug-612557-garbage-upgrade
parentc1f701abcb04732d23df39c8c10ce5b45ee76d15 (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-612557-garbage-upgrade')
-rwxr-xr-xtest/integration/test-bug-612557-garbage-upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-612557-garbage-upgrade b/test/integration/test-bug-612557-garbage-upgrade
index e2ffe615f..3112e618c 100755
--- a/test/integration/test-bug-612557-garbage-upgrade
+++ b/test/integration/test-bug-612557-garbage-upgrade
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-local TESTDIR=$(readlink -f $(dirname $0))
+TESTDIR=$(readlink -f $(dirname $0))
. $TESTDIR/framework
setupenvironment
configarchitecture "i386"