From dfe7cbc62e0645d2beb1147facdee6f95c75c31d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 22 Apr 2019 16:50:59 -0500 Subject: More TEST_HOST -> toyonly --- tests/dd.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dd.test') diff --git a/tests/dd.test b/tests/dd.test index 1ab06d45..3ad15f2e 100644 --- a/tests/dd.test +++ b/tests/dd.test @@ -13,7 +13,7 @@ opt="2>/dev/null" # Test suffixed number parsing; `count` is representative. testing "count=2" "dd if=input count=2 ibs=1 $opt" "hi" "high\n" "" testing "count= 2" "dd if=input 'count= 2' ibs=1 $opt" "hi" "high\n" "" -SKIP_HOST=1 testing "count=0x2" "dd if=input 'count=0x2' ibs=1 $opt" "hi" \ +toyonly testing "count=0x2" "dd if=input 'count=0x2' ibs=1 $opt" "hi" \ "high\n" "" testing "count=-2" "dd if=input 'count=-2' ibs=1 2>/dev/null || echo errored" "errored\n" "" "" -- cgit v1.2.3