summaryrefslogtreecommitdiff
path: root/test/integration/test-ubuntu-bug-365611-long-package-names
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-ubuntu-bug-365611-long-package-names
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-ubuntu-bug-365611-long-package-names')
-rwxr-xr-xtest/integration/test-ubuntu-bug-365611-long-package-names2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-ubuntu-bug-365611-long-package-names b/test/integration/test-ubuntu-bug-365611-long-package-names
index 28b55df3b..894c8dc97 100755
--- a/test/integration/test-ubuntu-bug-365611-long-package-names
+++ b/test/integration/test-ubuntu-bug-365611-long-package-names
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-local TESTDIR=$(readlink -f $(dirname $0))
+TESTDIR=$(readlink -f $(dirname $0))
. $TESTDIR/framework
setupenvironment
configarchitecture "i386"