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/pvcreate-bootloaderarea.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/pvcreate-bootloaderarea.sh')
-rw-r--r-- | test/shell/pvcreate-bootloaderarea.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/pvcreate-bootloaderarea.sh b/test/shell/pvcreate-bootloaderarea.sh index 0fa602292..42349e4e9 100644 --- a/test/shell/pvcreate-bootloaderarea.sh +++ b/test/shell/pvcreate-bootloaderarea.sh @@ -11,7 +11,7 @@ test_description='Test pvcreate bootloader area support' -. lib/test +. lib/inittest aux prepare_devs 1 aux lvmconf 'global/suffix=0' |