diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-02-11 19:46:52 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-02-11 19:46:52 +0100 |
commit | 5834d7a103cb8b68cd6eb072b4b789ca679a2d71 (patch) | |
tree | 018b686cddb2d8fde0327d83f57e6c7cd394b2fb /test/integration/framework | |
parent | 5eb9a474dca2f48a935c234357c3adc9b372423e (diff) |
fix the hold-testcase as it has problems with 'foreign' operations
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework index 9f741877a..350ee112e 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -166,7 +166,7 @@ getarchitecture() { if [ -n "$ARCH" ]; then echo $ARCH else - dpkg-architecture -qDEB_BUILD_ARCH + dpkg --print-architecture fi else echo $1 |