From f3020389bbfb0afd9ef3f7a19a4f7669fae4fa09 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 23 Nov 2019 09:32:19 -0600 Subject: Don't use an internal implementation detail of skipnot in a test file. --- tests/cat.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cat.test') diff --git a/tests/cat.test b/tests/cat.test index ef4f4f04..9432d4e8 100755 --- a/tests/cat.test +++ b/tests/cat.test @@ -23,7 +23,7 @@ testing "- file1" \ "cat - file1 | diff -a -U 0 - file1 | tail -n 1" \ "-hello\n" "" "hello\n" -[ -e /dev/full ] || SKIPNEXT=1 +skipnot [ -e /dev/full ] testing "> /dev/full" \ "cat - > /dev/full 2>stderr && echo ok; cat stderr; rm stderr" \ "cat: xwrite: No space left on device\n" "" "zero\n" -- cgit v1.2.3