aboutsummaryrefslogtreecommitdiff
path: root/tests/touch.test
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-05-29 00:34:24 -0500
committerRob Landley <rob@landley.net>2020-05-29 00:34:24 -0500
commitc9e684a5a33233422f1f0457ba75a604f12e45b3 (patch)
tree177dfb5753028b133cdd4bc481687d7eb802c154 /tests/touch.test
parent2e2f76ed5af80ecd056a7237010dbc1af43e5cdf (diff)
downloadtoybox-c9e684a5a33233422f1f0457ba75a604f12e45b3.tar.gz
Replace more SKIP_HOST with toyonly.
SKIP_HOST won't run a test when TEST_HOST set, but toyonly runs its arguments whenever testing toybox (including when the host version is toybox).
Diffstat (limited to 'tests/touch.test')
-rw-r--r--tests/touch.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch.test b/tests/touch.test
index 8be231b7..6d131d7c 100644
--- a/tests/touch.test
+++ b/tests/touch.test
@@ -35,7 +35,7 @@ testing "-t seconds" \
testing "-t -" "TZ=utc touch -t 200109090146.40 - > walrus && TZ=utc date -r walrus +%s" \
"1000000000\n" "" ""
-SKIP_HOST=1 testing "-t nanoseconds" \
+toyonly testing "-t nanoseconds" \
"touch -t 201201231234.56123456789 walrus && date -r walrus +%Y%m%d-%H%M%S.%N" \
"20120123-123456.123456789\n" "" ""