diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2014-06-06 17:40:04 +0200 |
---|---|---|
committer | Zdenek Kabelac <zkabelac@redhat.com> | 2014-06-10 10:51:27 +0200 |
commit | 5c5177c37c88cc0e7d5fbd5b82647ce562dad32f (patch) | |
tree | 92ff6238295b14518649e7e8a35caba5f83094fe /test/shell/vgchange-maxlv.sh | |
parent | 9f68aadb742b9cbd70c5cf5d750b64ff534bc8b3 (diff) | |
download | lvm2-5c5177c37c88cc0e7d5fbd5b82647ce562dad32f.tar.gz |
tests: rename test to inittest
We are getting into problem when we use 'test' for commands like
should/not/...
So avoid overloading test name and change it to inittest.
Diffstat (limited to 'test/shell/vgchange-maxlv.sh')
-rw-r--r-- | test/shell/vgchange-maxlv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/vgchange-maxlv.sh b/test/shell/vgchange-maxlv.sh index 99a6a79d8..35ce5d6c1 100644 --- a/test/shell/vgchange-maxlv.sh +++ b/test/shell/vgchange-maxlv.sh @@ -9,7 +9,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -. lib/test +. lib/inittest aux prepare_dmeventd aux prepare_pvs 3 |