diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-17 18:34:36 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-17 18:34:36 +0100 |
commit | cf62447e091a316de9959eb02d3c0a7b6d07e961 (patch) | |
tree | 09a8fe0773b87e4271d120cb0a3e13281228c153 /test/integration/test-ubuntu-bug-365611-long-package-names | |
parent | 87f8f68c50f63b39b7a91e3aec0b5ef59069186d (diff) | |
parent | 8429cff25c3f1602dbff5e9b87d1522df34eafbc (diff) |
merged from debian-sid
Diffstat (limited to 'test/integration/test-ubuntu-bug-365611-long-package-names')
-rwxr-xr-x | test/integration/test-ubuntu-bug-365611-long-package-names | 2 |
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" |