diff options
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 $* |
