summaryrefslogtreecommitdiff
path: root/test/integration/run-tests
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2010-10-13 15:22:48 +0200
committerMichael Vogt <mvo@debian.org>2010-10-13 15:22:48 +0200
commit9962ae934b367294a57b27d58f7cdb4e2d54ce04 (patch)
treee45a4a5c8c8992ba019130e6a0895cbe154e2302 /test/integration/run-tests
parent5e7da0b444781f1d147bd1813369495dabda97e1 (diff)
tests/integration/test-*: remove a bunch of "local" that are used outside funtions (bash complains)
Diffstat (limited to 'test/integration/run-tests')
-rwxr-xr-xtest/integration/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/run-tests b/test/integration/run-tests
index cb74f21e7..c7ea0a61a 100755
--- a/test/integration/run-tests
+++ b/test/integration/run-tests
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-local DIR=$(readlink -f $(dirname $0))
+DIR=$(readlink -f $(dirname $0))
for testcase in $(run-parts --list $DIR | grep '/test-'); do
echo "\033[1;32mRun Testcase \033[1;35m$(basename ${testcase})\033[0m"
${testcase}