From 7804a5e47722679c0688e729783095830581a494 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sat, 21 Sep 2019 18:40:32 -0700 Subject: [PATCH] Revert "Correctly detect the presence of gdate" This reverts commit 4b181df25471c6640eb76d2b70c80064768c0b4b. It will result in systems without a GNU date having a literal "N" in the output. --- tests/test_util.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_util.fish b/tests/test_util.fish index 402b5e823..c49a9a38e 100644 --- a/tests/test_util.fish +++ b/tests/test_util.fish @@ -136,7 +136,7 @@ end # lame timer for program in {g,}date - if command -q $program + if $program --version 1>/dev/null 2>/dev/null set milli $program set unit ms break