diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-10-13 22:27:56 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-10-13 22:27:56 +0200 |
commit | 2faaf8bea85149fb131735a6bd7437fec3771ee0 (patch) | |
tree | 6c6ccb53abac45fdf9cb1f6fb3991ac4bcecb5c1 /test/integration/test-autoremove | |
parent | 3b9c5cc2bdf1584525792aafe4e8f15d09951583 (diff) | |
parent | be61b563c20267c521494cca92bd7ac158366c89 (diff) |
merge with debian-sid
Diffstat (limited to 'test/integration/test-autoremove')
-rwxr-xr-x | test/integration/test-autoremove | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-autoremove b/test/integration/test-autoremove index 7127b3d82..1ca325b29 100755 --- a/test/integration/test-autoremove +++ b/test/integration/test-autoremove @@ -1,7 +1,7 @@ #!/bin/sh set -e -local TESTDIR=$(readlink -f $(dirname $0)) +TESTDIR=$(readlink -f $(dirname $0)) . $TESTDIR/framework setupenvironment configarchitecture 'i386' |