From 9db35c3277037e5237db5847b039e4d4ddead013 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 18 Dec 2001 20:51:24 +0000 Subject: Avoid testsuite failures on SunOS4 and Solaris. --- tests/lang-librep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lang-librep') diff --git a/tests/lang-librep b/tests/lang-librep index 4b1c6fb..0feacda 100755 --- a/tests/lang-librep +++ b/tests/lang-librep @@ -75,7 +75,7 @@ EUR remplace FF. EOF # Test for presence of rep. -rep --version >/dev/null 2>/dev/null \ +(rep --version) >/dev/null 2>/dev/null \ || { echo "SKIP: lang-librep"; rm -fr $tmpfiles; exit 77; } LANGUAGE= LC_ALL=fr_FR rep --no-rc --batch prog.jl > prog.out || exit 1 -- cgit v1.1