From: Nathan Scott Date: Thu, 30 May 2002 05:53:15 +0000 (+0000) Subject: fix a typo in pkg test. X-Git-Tag: v1.1.0~1093 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eae391e9efe13ff80abb61f64883cabc7e56bac4;p=xfstests-dev.git fix a typo in pkg test. --- diff --git a/tools/auto-qa b/tools/auto-qa index 6d98dd28..3d227669 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -386,7 +386,7 @@ do || _fail " !!! install $pkg failed" # attr and acl now have install-lib targets as well - [ "$pkg" == "attr" -o "$pkg" == "acl" ] || continue + [ "$pkg" = "attr" -o "$pkg" = "acl" ] || continue _sudo make install-lib 2>&1 \ || _fail " !!! install $pkg failed" done