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/cut.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cut.test') diff --git a/tests/cut.test b/tests/cut.test index e5a23fc1..e475288a 100755 --- a/tests/cut.test +++ b/tests/cut.test @@ -31,11 +31,11 @@ testing "-c -b" "cut -c -39 abc.txt" \ "" "" testing "-c a" "cut -c 40 abc.txt" "\n:\n \n" "" "" testing "-c a,b-c,d" "cut -c 3,5-7,10 abc.txt" "etwoh\npa:ba\nequi \n" "" "" -SKIP_HOST=1 testing "-c japan.txt" 'cut -c 3-6,9-12 "$FILES/utf8/japan.txt"' \ +toyonly testing "-c japan.txt" 'cut -c 3-6,9-12 "$FILES/utf8/japan.txt"' \ "ガラスをられます\n" "" "" # substitute for awk -SKIP_HOST=1 testcmd "-DF" "-DF 2,7,5" \ +toyonly testcmd "-DF" "-DF 2,7,5" \ "said and your\nare\nis demand. supply\nforecast :\nyou you better,\n\nEm: Took hate\n" "" \ "Bother, said Pooh. It's your husband, and he has a gun. Cheerios are donut seeds. -- cgit v1.2.3