]> arthur.barton.de Git - bup.git/blobdiff - t/test-index-check-device.sh
Remove lib.sh actually-root in favor of t/root-status.
[bup.git] / t / test-index-check-device.sh
index de7f7ed1d6542968d388aa0f27d5b2c5e341a686..2484fd0bd1495db8f7dc2acd51cccbc8dae9e8c0 100755 (executable)
@@ -4,7 +4,7 @@
 
 set -ex -o pipefail
 
-if ! actually-root; then
+if t/root-status != root; then
     echo 'Not root: skipping --check-device tests.'
     exit 0 # FIXME: add WVSKIP.
 fi