]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
Revert "skip tests that require root privileges"
authorRobert S. Edmonds <edmonds@debian.org>
Mon, 6 May 2013 19:30:54 +0000 (15:30 -0400)
committerRobert S. Edmonds <edmonds@debian.org>
Mon, 6 May 2013 19:30:54 +0000 (15:30 -0400)
This reverts commit d9cce5fe6ae99fb5a335765a7c0f2ac19568bf22.

debian/rules
t/test-meta.sh

index ae7cfca3037059510b798f42d7d2a30ba9b96d73..1e9f364d1183d94a944cddff1750167072ff0524 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-NO_ROOT_PRIVILEGES := 1
-
 override_dh_auto_configure:
        mv lib/bup/_version.py.pre lib/bup/_oldversion.py.pre
        cp -p debian/_version.py.pre lib/bup
index 774893862ee3a8a61c778b39940e70c95b69c72e..3a1da1d47522af76563e71f00efd63027c71b504 100755 (executable)
@@ -31,7 +31,7 @@ genstat()
 
 actually-root()
 {
-    test "$(whoami)" == root -a -z "$FAKEROOTKEY" -a -z "$NO_ROOT_PRIVILEGES"
+    test "$(whoami)" == root -a -z "$FAKEROOTKEY"
 }
 
 force-delete()