diff options
| author | Julian Andres Klode <jak@debian.org> | 2012-06-25 14:27:16 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2012-06-25 14:27:16 +0200 |
| commit | 4a155c244b52fd7490a2457830356b59fda6beab (patch) | |
| tree | 432f789bf3eadf82468cc9f1999f964bcc87938d /tests | |
| parent | f513760769e5e0c7ba08f171e4d5399000b8ae51 (diff) | |
| download | python-apt-4a155c244b52fd7490a2457830356b59fda6beab.tar.gz | |
* tests/fakeroot-apt-key:
- exec apt-key, otherwise we ignore the return value
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/fakeroot-apt-key | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fakeroot-apt-key b/tests/fakeroot-apt-key index 7be99711..997161a1 100755 --- a/tests/fakeroot-apt-key +++ b/tests/fakeroot-apt-key @@ -1,2 +1,2 @@ #!/bin/sh -fakeroot /usr/bin/apt-key $* +exec fakeroot /usr/bin/apt-key $* |
