summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-09-20 09:00:35 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-09-20 09:02:53 -0700
commitbc961e74cb7d64cd995e455da6f4da56890b8fe5 (patch)
treee567660dd8a413e18cf9538cf7f62095e083e354
parentc8d5110b44d99d691590c7a4215ec4f44e3f1adc (diff)
downloadchef-lcg/symlink-knife.tar.gz
Do not test for knife symlinklcg/symlink-knife
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--omnibus/omnibus-test.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/omnibus/omnibus-test.sh b/omnibus/omnibus-test.sh
index 7e01cbe60b..47b21ae431 100644
--- a/omnibus/omnibus-test.sh
+++ b/omnibus/omnibus-test.sh
@@ -45,11 +45,6 @@ if [[ ! -L $USR_BIN_DIR/chef-client ]] || [[ $(ls -l $USR_BIN_DIR/chef-client |
exit 1
fi
-if [[ ! -L $USR_BIN_DIR/knife ]] || [[ $(ls -l $USR_BIN_DIR/knife | awk '{print$NF}') != "$BIN_DIR/knife" ]]; then
- echo "$USR_BIN_DIR/knife symlink to $BIN_DIR/knife was not correctly created by the pre-install script!"
- exit 1
-fi
-
if [[ ! -L $USR_BIN_DIR/chef-solo ]] || [[ $(ls -l $USR_BIN_DIR/chef-solo | awk '{print$NF}') != "$BIN_DIR/chef-solo" ]]; then
echo "$USR_BIN_DIR/chef-solo symlink to $BIN_DIR/chef-solo was not correctly created by the pre-install script!"
exit 1