From 1c892790d9c7cca3c266b575f06855f6556184ef Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 Aug 1996 03:36:01 +0000 Subject: [PATCH] . --- tests/tr/build-script.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl index cf644af6f3..7d8e13581f 100755 --- a/tests/tr/build-script.pl +++ b/tests/tr/build-script.pl @@ -7,12 +7,12 @@ $| = 1; print <&2 fi -test \$errors = 0 && $errors=1 +test \$errors = 0 || $errors=1 exit \$errors EOF2 -- 2.47.2