summaryrefslogtreecommitdiff
path: root/test/integration/create-test-data
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-02-17 18:34:36 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-02-17 18:34:36 +0100
commitcf62447e091a316de9959eb02d3c0a7b6d07e961 (patch)
tree09a8fe0773b87e4271d120cb0a3e13281228c153 /test/integration/create-test-data
parent87f8f68c50f63b39b7a91e3aec0b5ef59069186d (diff)
parent8429cff25c3f1602dbff5e9b87d1522df34eafbc (diff)
merged from debian-sid
Diffstat (limited to 'test/integration/create-test-data')
-rwxr-xr-xtest/integration/create-test-data2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/create-test-data b/test/integration/create-test-data
index 581b62910..effbe1ea3 100755
--- a/test/integration/create-test-data
+++ b/test/integration/create-test-data
@@ -6,7 +6,7 @@ if [ -z "$1" -o -z "$2" ]; then
exit 1
fi
-local TESTDIR=$(readlink -f $(dirname $0))
+TESTDIR=$(readlink -f $(dirname $0))
. $TESTDIR/framework
BUILDDIRECTORY="${TESTDIR}/../../build/bin"