summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2012-06-25 14:27:16 +0200
committerJulian Andres Klode <jak@debian.org>2012-06-25 14:27:16 +0200
commit4a155c244b52fd7490a2457830356b59fda6beab (patch)
tree432f789bf3eadf82468cc9f1999f964bcc87938d /tests
parentf513760769e5e0c7ba08f171e4d5399000b8ae51 (diff)
downloadpython-apt-4a155c244b52fd7490a2457830356b59fda6beab.tar.gz
* tests/fakeroot-apt-key:
- exec apt-key, otherwise we ignore the return value
Diffstat (limited to 'tests')
-rwxr-xr-xtests/fakeroot-apt-key2
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 $*