summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-get-source-authenticated
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2014-11-17 22:54:29 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2014-11-18 02:41:20 +0100
commit4bb006d1ddcf1807474067dcbef9fb0bb5def0ac (patch)
treebe51ac0639d57904d8f5db8e8bcc1910f775d2da /test/integration/test-apt-get-source-authenticated
parent8fe964f148344b8a55252fe52b6292a4ab86ea98 (diff)
fix file ownership tests to work on kfreebsd
While on linux files are created in /tmp with $USER:$USER, on my kfreebsd testmachine they are created with $USER:root, so we pull some strings here to make it work on both.
Diffstat (limited to 'test/integration/test-apt-get-source-authenticated')
-rwxr-xr-xtest/integration/test-apt-get-source-authenticated1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/test-apt-get-source-authenticated b/test/integration/test-apt-get-source-authenticated
index f68c32386..685bc566b 100755
--- a/test/integration/test-apt-get-source-authenticated
+++ b/test/integration/test-apt-get-source-authenticated
@@ -31,4 +31,3 @@ testfailure test -e foo_2.0.dsc
# allow overriding the warning
testsuccess aptget source --allow-unauthenticated foo -o Debug::pkgAcquire::Worker=1
testsuccess test -s foo_2.0.dsc -a -L foo_2.0.dsc
-testaccessrights 'foo_2.0.dsc' '777'