diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-12-29 13:05:06 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-12-29 13:05:24 -0500 |
commit | b6859d7a6f7e0b3a3cb70fa75e7e46998e8f0f03 (patch) | |
tree | 9545197e6eec2423d6df2a2244ed759d24e0d9bd /tests/bfs/L_capable.sh | |
parent | 0040a91a6b3a192acfeec0ae1e24516b54ba872a (diff) | |
download | bfs-b6859d7a6f7e0b3a3cb70fa75e7e46998e8f0f03.tar.xz |
tests: Use bfs_sudo wrapper instead of testing $SUDO
Diffstat (limited to 'tests/bfs/L_capable.sh')
-rw-r--r-- | tests/bfs/L_capable.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/bfs/L_capable.sh b/tests/bfs/L_capable.sh index a349677..232d6ac 100644 --- a/tests/bfs/L_capable.sh +++ b/tests/bfs/L_capable.sh @@ -1,4 +1,3 @@ -test "$SUDO" || skip test "$UNAME" = "Linux" || skip clean_scratch @@ -6,7 +5,7 @@ clean_scratch invoke_bfs scratch -quit -capable || skip "$XTOUCH" scratch/{normal,capable} -sudo setcap all+ep scratch/capable +bfs_sudo setcap all+ep scratch/capable || skip ln -s capable scratch/link bfs_diff -L scratch -capable |