From 78a4be9e6862b970ac33d5ea3f95c98e658a3557 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 28 Oct 2019 23:47:08 -0500 Subject: Only create test file "input" when input argument isn't empty. --- tests/cmp.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cmp.test') diff --git a/tests/cmp.test b/tests/cmp.test index 0c4355ab..d1a8033b 100755 --- a/tests/cmp.test +++ b/tests/cmp.test @@ -35,7 +35,7 @@ testing "-s diff, return code" "cmp -s input input2 2>&1 || echo yes" "yes\n" "a testing "-l EOF, stderr" "cmp -l input input2 2>&1" "cmp: EOF on input2\n" "ab\nc\nx" "" testing "-l diff and EOF, stdout and stderr" "cmp -l input input2 2>&1 | sort" "4 170 143\ncmp: EOF on input2\n" "ab\nx\nx" "" -testing "-s not exist" "cmp -s input doesnotexist 2>&1 || echo yes" "yes\n" "" "" +testing "-s not exist" "cmp -s input doesnotexist 2>&1 || echo yes" "yes\n" "x" "" rm input2 -- cgit v1.2.3