From a34c3454a6dcbae71af1a9ae3af2a4e87000b16f Mon Sep 17 00:00:00 2001 From: "Robert S. Edmonds" Date: Mon, 6 May 2013 15:30:54 -0400 Subject: [PATCH] Revert "skip tests that require root privileges" This reverts commit d9cce5fe6ae99fb5a335765a7c0f2ac19568bf22. --- debian/rules | 2 -- t/test-meta.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index ae7cfca..1e9f364 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/t/test-meta.sh b/t/test-meta.sh index 7748938..3a1da1d 100755 --- a/t/test-meta.sh +++ b/t/test-meta.sh @@ -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() -- 2.39.5