diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-02-02 11:28:43 +0000 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-02-02 11:28:43 +0000 |
commit | 06406611160b83a2ec90400db3b9e6b08d60ff95 (patch) | |
tree | 07d03d4688f8fe916dbe16f47c1e664b8ab6c6f8 /tests/lib/installer | |
parent | 89cd27c623e929e837a02eef0622c4ef33772ade (diff) |
correct usage of common functions
Change-Id: I5c486c5f08880f6b3b6b4b393360752fb6077bed
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'tests/lib/installer')
-rw-r--r-- | tests/lib/installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/installer b/tests/lib/installer index 807023f3..bdee9149 100644 --- a/tests/lib/installer +++ b/tests/lib/installer @@ -29,7 +29,7 @@ function cleanup_installer { if ! is_installer_supported $INSTALLER_TYPE; then - die $LINENO"INSTALLER_TYPE=$INSTALLER_TYPE is not supported." + die $LINENO "INSTALLER_TYPE=$INSTALLER_TYPE is not supported." fi source $TOP_DIR/lib/installers/$INSTALLER_TYPE |