From 018c9f01a30225220e79201e6cce428cf2bcdec0 Mon Sep 17 00:00:00 2001 From: Raphael Reitzig <4246780+reitzig@users.noreply.github.com> Date: Wed, 31 Jul 2019 02:32:07 +0200 Subject: [PATCH] issue #27 Fish 3 compatibility: Remove math/test condition completely. --- test/wrapper.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/wrapper.fish b/test/wrapper.fish index 524c845..fd648f5 100644 --- a/test/wrapper.fish +++ b/test/wrapper.fish @@ -52,4 +52,4 @@ rm {sout,status,path}_{bash,fish} echo "Ran $test_count commands with 3 checks each." echo "$failures/$check_count checks failed." -exit (test $failures != 0) +exit $failures