From 7c4feb7a6413f6e84e5258d9bc15e39672bd789c Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Apr 25 2019 19:24:47 +0000 Subject: Fix typo --- diff --git a/tests/p_which/which_basic.sh b/tests/p_which/which_basic.sh index 89ccd59..af0a2f1 100755 --- a/tests/p_which/which_basic.sh +++ b/tests/p_which/which_basic.sh @@ -2,5 +2,5 @@ # Author: Alice Kaerast t_Log "Running $0 - Checking which can find itself" -/usr/bin/which which | grep -e -q '^(/usr)?/bin/which$' +/usr/bin/which which | grep -E -q '^(/usr)?/bin/which$' t_CheckExitStatus $?