aboutsummaryrefslogtreecommitdiff
path: root/tests/rm.test
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2019-04-22 16:50:59 -0500
committerRob Landley <rob@landley.net>2019-04-22 16:50:59 -0500
commitdfe7cbc62e0645d2beb1147facdee6f95c75c31d (patch)
tree1486d493e371ecc4ee0bcc6b25b0ba2bac8079b7 /tests/rm.test
parentd409fb40129f2ea4a46f5e15d027ce7262c3df4f (diff)
downloadtoybox-dfe7cbc62e0645d2beb1147facdee6f95c75c31d.tar.gz
More TEST_HOST -> toyonly
Diffstat (limited to 'tests/rm.test')
-rwxr-xr-xtests/rm.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm.test b/tests/rm.test
index f0a123c3..9f2b8012 100755
--- a/tests/rm.test
+++ b/tests/rm.test
@@ -45,7 +45,7 @@ testing "-r nested_dir" "rm -r dir1/dir2/ 2>/dev/null &&
rm -rf dir*
mkdir -p one && touch one/two && chmod 000 one
-SKIP_HOST=1 testing "-rf 000 dir" \
+toyonly testing "-rf 000 dir" \
"rm -rf one 2>/dev/null && [ ! -e one ] && echo yes" "yes\n" "" ""
chmod 777 one 2>/dev/null ; rm -rf one