From 6f75c4c99c33bd0ecce74bae4ad042e90436e2cd Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Wed, 1 Feb 2023 21:11:41 +0800 Subject: [PATCH] bug fix (Wed Feb 1 21:11:41 CST 2023) --- tools/test.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test.zsh b/tools/test.zsh index 6111f08..7b259b8 100644 --- a/tools/test.zsh +++ b/tools/test.zsh @@ -49,8 +49,8 @@ git reset --hard $DFS_VERSION # then check install.sh ./install.sh -dx DFS_CI=1 -H e153a2eL,f8At3iFw -grep -qx "testhist 1" ~/.zsh_history -grep -qx "testhist 4" ~/.zsh_history +grep -q "testhist 1" ~/.zsh_history +grep -q "testhist 4" ~/.zsh_history grep -qx "DFS_CI=1" ~/.config/dotfiles/env ./install.sh -l -x DFS_CI=1 dfs version